

MCQOPTIONS
Saved Bookmarks
1. |
If n has the value 3, then the statement a[++n] = n++; |
A. | assigns 3 to a[5] |
B. | assigns 4 to a[5] |
C. | assigns 4 to a[4] |
D. | what is assigned is compiler dependent |
Answer» E. | |