6. | What will be the output of the program? | ||
A. | 1 | ||
B. | 10 | ||
C. | 0 | ||
D. | 6 | ||
7. | What will be the output of the program if the array begins at address 65486? | ||
A. | 65486, 65488 | ||
B. | 65486, 65486 | ||
C. | 65486, 65490 | ||
D. | 65486, 65487 | ||
8. | What will be the output of the program? | ||
A. | 5 | ||
B. | 4 | ||
C. | 6 | ||
D. | 7 | ||
9. | What will be the output of the program if the array begins 1200 in memory? | ||
A. | 1200, 1202, 1204 | ||
B. | 1200, 1200, 1200 | ||
C. | 1200, 1204, 1208 | ||
D. | 1200, 1202, 1200 | ||