MCQ Single Best Answer Easy

QWhich loop control statement is used to skip the remaining code in the current iteration and proceed to the next iteration?

ID: #15974 C Language Loop Control 96 views
Question Info
#15974Q ID
EasyDifficulty
C Language Loop ControlTopic

Choose the Best Option

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

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

Explanation

The "continue" statement is used to skip the remaining code within the current iteration and move to the next iteration.

Share This Question

Challenge a friend or share with your study group.