1.

How many times the following program would print (“abc”) ? main() { printf(“\nabc”); main(); }

A. Infinite number of times
B. 32767 times
C. 65535 times
D. Till the stack does not overflow
Answer» B. 32767 times


Discussion

No Comment Found