Q. Which of the following is used to handle exceptions in C++?
β
Correct Answer: (A)
try-catch block
Explanation: In C++, the 'try-catch' block is used to handle exceptions.