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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A break
  • B continue
  • C return
  • D exit
Correct Answer

Explanation

The "break" statement is used to terminate the loop and continue execution after the loop's closing brace.

Share This Question

Challenge a friend or share with your study group.