Single Choice
Easy
QWhich loop control statement is used to exit from the loop and transfer control to the statement immediately after the loop?
ID: #15976
C Language Loop Control
112 views
Question Info
#15976Q 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
The "break" statement is used to terminate the loop and continue execution after the loop's closing brace.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic