

MCQOPTIONS
Saved Bookmarks
1. |
What is Re-throwing an exception means in C++? |
A. | An exception that is thrown again as it is not handled by that catching block |
B. | An exception that is caught twice |
C. | An exception that is not handled in one caught hence thrown again |
D. | All of the mentioned |
Answer» E. | |