Vidyalelo
C++ Programming · Q22

Exception Handling in C++

Programming · C++ Programming · question 22

Q22

How do you re-throw the current exception in C++?

A.
throw
Answer
B.
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