1.

The C code for(;;) represents an infinite loop. It can be terminated by ___________

A. break
B. exit(0)
C. abort()
D. terminate
Answer» B. exit(0)


Discussion

No Comment Found