Q. Which of the following is used to terminate a loop in C++?
β
Correct Answer: (A)
break
Explanation: The 'break' statement is used to terminate a loop in C++.