GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
38. | The statement int num[2][3]={ {1,2}, {3,4}, {5, 6} }; | |
A. | assigns a value 2 to num[1][2] | |
B. | assigns a value 4 to num[1][2] | |
C. | gives an error message | |
D. | assigns a value 3 to num[1][2] | |