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

A. catch(std::exception)
B. catch(std::any_exception)
C. catch(…)
D. catch()

Answer: C

0 comments:

Post a Comment

Blogger news