MCQ Single Best Answer Easy

QWhich of the following loop control statements is used to terminate the current iteration of a loop and continue with the next iteration?

ID: #5918 C Language Loop Control 221 views
Question Info
#5918Q ID
EasyDifficulty
C Language Loop ControlTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A continue
  • B break
  • C exit
  • D return
Correct Answer: Option A

Explanation

Answer: a) continue

Explanation: The continue statement is used to skip the current iteration of a loop and continue with the next iteration.

Share This Question

Challenge a friend or share with your study group.