

MCQOPTIONS
Saved Bookmarks
1. |
The following code ‘for(;;)’ represents an infinite loop. It can be terminated by. |
A. | break |
B. | exit(0) |
C. | abort() |
D. | all of the mentioned |
Answer» B. exit(0) | |