Sunday, July 20, 2014

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()

Ans: c

No comments: