

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program assuming that the array begins at the location 1002 and size of an integer is 4 bytes?
#include
|
A. | 448, 4, 4 |
B. | 520, 2, 2 |
C. | 1006, 2, 2 |
D. | Error |
Answer» D. Error | |