1.

What will be the output of the following program code?main(){static int var = 5;printf("%d ", var--);if(var)main();}

A. 5 5 5 5
B. 4 3 2 1
C. nfinite Loop
D. ompilation Error
E. one of these
Answer» C. nfinite Loop


Discussion

No Comment Found

Related MCQs