MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program?_x000D_ #include_x000D_ #include_x000D_ _x000D_ int main()_x000D_ {_x000D_ int i=0;_x000D_ i++;_x000D_ if(i |
| A. | Prints "IndiaBIX" 5 times |
| B. | Function main() doesn't calls itself |
| C. | Infinite loop |
| D. | Prints "IndiaBIx" |
| Answer» E. | |