Home » C Programming » Loops » Question
  1. The C code ‘for(;;)’ represents an infinite loop. It can be terminated by ___________.
    1. terminate
    2. abort()
    3. exit(0)
    4. break
    5. None of these
Correct Option: D

break



Your comments will be displayed only after manual approval.