MCQOPTIONS
Saved Bookmarks
| 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» D. d. catch() | |