Vidyalelo
C++ Programming · Q12

Exception Handling in C++

Programming · C++ Programming · question 12

Q12

What is the purpose of re-throwing an exception in C++?

A.
To handle the exception at a different location
Answer
B.
To ignore the exception
C.
To propagate the exception up the call stack
D.
To handle the exception at the same location

Answer: Option A

Solution

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