

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following ‘C’ program? (Assuming little - endian representation of multi-byte data in which Least Significant Byte (LSB) is stored at the lowest memory address.) |
A. | 5, 2, 1282 |
B. | 5, 2, 52 |
C. | 5, 2, 25 |
D. | 5, 2, 517 |
Answer» E. | |