MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program ? #include<stdio.h> int main() { printf("%c n", 7["IndiaBIX"]); return 0; } |
| A. | Error: in printf |
| B. | Nothing will print |
| C. | print "X" of IndiaBIX |
| D. | print "7" |
| Answer» D. print "7" | |