

MCQOPTIONS
Saved Bookmarks
1. |
What will happen when the handler is not found for an exception? |
A. | raise an error |
B. | executes the remaining block |
C. | calls the standard library function terminate() |
D. | All of above |
E. | None of these |
Answer» D. All of above | |