

McqMate
Q. |
Which of the following is the most general exception handler that catches exception of any type? |
A. | catch(std::exception) |
B. | catch(std::any_exception) |
C. | catch(…) |
D. | catch() |
Answer» A. catch(std::exception) |
View all MCQs in
Object Oriented Programming In cppNo comments yet