MCQ
Single Best Answer
Moderate
QWhich statement is used to exit from a loop?
ID: #24869
Control flow in programming
2 views
Question Info
#24869Q ID
ModerateDifficulty
Control flow in programmingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
Correct Answer:
✅ (a) break
Explanation:
break immediately terminates the loop.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic