Q. Which of the following is used to terminate a loop prematurely in C++?

  • (A) break
  • (B) continue
  • (C) exit
  • (D) return
πŸ’¬ Discuss
βœ… Correct Answer: (A) break
Explanation: The 'break' statement is used to terminate a loop before its normal completion.
Explanation by: Gopal Sharma
The 'break' statement is used to terminate a loop before its normal completion.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
235
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
97%
Success Rate