MCQOPTIONS
Saved Bookmarks
| 1. |
In C++, which of the following methods contained in the exception handling mechanism in a program fails to find a matching catch block for a raised exception? |
| A. | unexpected() |
| B. | terminate() |
| C. | null() |
| D. | default() |
| Answer» B. terminate() | |