πŸ“Š C++
Q. Which of the following is used to terminate a loop in C++?
  • (A) break
  • (B) exit
  • (C) stop
  • (D) return
πŸ’¬ Discuss
βœ… Correct Answer: (A) break

Explanation: The 'break' statement is used to terminate a loop in C++.

Explanation by: Priyanka Tomar
The 'break' statement is used to terminate a loop in C++.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
121
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
90%
Success Rate