1.

Which of the following is the most general exception handler that catches exception of any type?

A. a. catch(std::exception)
B. b. catch(std::any_exception)
C. c. catch(...)
D. d. catch()
Answer» B. b. catch(std::any_exception)


Discussion

No Comment Found