InterviewSolution
Saved Bookmarks
| 1. |
X’61626364′ and X’61626364′ are respectively __________(a) abcd and 1633837924(b) abcd and 4297383361(c) dcba and 1633837924(d) dcba and 4297383361 |
|
Answer» Right choice is (a) abcd and 1633837924 The explanation is: In the numeric contexts, each hexadecimal number constant is treated as a number. Without adding a zero to it, a hexadecimal literal is treated as a string. Hence it is displayed as abcd. |
|