Q. Which of the following is used to terminate a loop in C++? (A) break (B) exit (C) stop (D) return ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) break Explanation: The 'break' statement is used to terminate a loop in C++.