MCQOPTIONS
Saved Bookmarks
| 1. |
In C++, which system-provided function is called when no handler is provided to deal with an exception? |
| A. | terminate() |
| B. | unexpected() |
| C. | abort() |
| D. | kill() |
| Answer» B. unexpected() | |