

MCQOPTIONS
Saved Bookmarks
1. |
The C code for(;;) represents an infinite loop. It can be terminated by ___________. |
A. | terminate |
B. | abort() |
C. | exit(0) |
D. | break |
E. | None of these |
Answer» E. None of these | |