Single Choice
Easy
QWhich of the following loop control statements is used to skip the current iteration of a loop and continue with the next iteration?
ID: #5915
C Language Loop Control
160 views
Question Info
#5915Q ID
EasyDifficulty
C Language Loop ControlTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: a) continue
Explanation: The continue statement is used to skip the current iteration of a loop and continue with the next iteration.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic