MCQOPTIONS
Saved Bookmarks
| 1. |
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» D. 2 | |