GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
45. | 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] | |