Vidyalelo
C++ Programming · Q40

Exception Handling in C++

Programming · C++ Programming · question 40

Q40

What is the purpose of the 'std::exception_ptr::rethrow' function in C++?

A.
It rethrows the current exception
Answer
B.
It creates a new exception
C.
It catches an exception
D.
It checks for exceptions

Answer: Option A

Solution

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