

MCQOPTIONS
Saved Bookmarks
1. |
The statement int n[4] = {11, -13, 17, 105}; |
A. | assigns the value -13 to [2] |
B. | assigns the value 17 to n[2] |
C. | is wrong; it gives an error message |
D. | assigns the value 18 to n[2] |
Answer» C. is wrong; it gives an error message | |