Q12
What is the purpose of re-throwing an exception in C++?
A.
To handle the exception at a different location
AnswerB.
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