Q152
The C code 'for(;;)' represents an infinite loop. It can be terminated by . . . . . . . .
A.
break
AnswerB.
exit(0)
C.
abort()
D.
terminate
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board