Kizspy Question: 23
(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()
FULLWERT.COM.Com
C. break
D. terminate