McqMate
| Q. |
Give output of the following programint main(){inta[]={2,3,4,5,6};printf("%d",2[a]);} |
| A. | compilation error |
| B. | run time error |
| C. | 4 |
| D. | 2 |
| Answer» C. 4 | |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet