Q22
How do you re-throw the current exception in C++?
A.
throw
AnswerB.
throw e
C.
rethrow
D.
throw e.what()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board