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