Single Choice Easy

QWhich of the following loop control statements is used to terminate a loop completely?

ID: #5914 C Language Loop Control 217 views
Question Info
#5914Q ID
EasyDifficulty
C Language Loop ControlTopic

Choose the Best Option

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

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

Explanation

Answer: b) break

Explanation: The break statement is used to terminate a loop completely.

Share This Question

Challenge a friend or share with your study group.