1.

What will be the output of the program? #include #include int main() { int i=0; i++; if(i

A. Prints "IndiaBIX" 5 times
B. Function main() doesn't calls itself
C. Infinite loop
D. Prints "IndiaBIx"
Answer» E.


Discussion

No Comment Found