Q24
What is the purpose of the 'std::exception_ptr' class in C++ exception handling?
A.
It represents a pointer to an exception object
AnswerB.
It represents a pointer to the exception handler
C.
It represents a pointer to the exception stack
D.
It represents a pointer to the exception catch block
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board