Q40
What is the purpose of the 'std::exception_ptr::rethrow' function in C++?
A.
It rethrows the current exception
AnswerB.
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