Kizspy | Question: 27 (Choose 1 answer)
The statement for(;;) does indeed represent an infinite loop, as it lacks the conditions that would cause the loop to terminate naturally. However, an infinite loop can still be terminated by using
A. exit(0)
B. abort()
C. break
D. terminate