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