1.

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

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


Discussion

No Comment Found