Vidyalelo
C++ Programming · Q61

Exception Handling in C++

Programming · C++ Programming · question 61

Q61

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board