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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic