Single Choice Easy

QWhich loop control statement is used to terminate the entire program?

ID: #15978 C Language Loop Control 208 views
Question Info
#15978Q ID
EasyDifficulty
C Language Loop ControlTopic

Choose the Best Option

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

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

Explanation

The "exit" statement is used to terminate the entire program and return control to the operating system.

Share This Question

Challenge a friend or share with your study group.