Vidyalelo
C++ Programming · Q24

Exception Handling in C++

Programming · C++ Programming · question 24

Q24

What is the purpose of the 'std::exception_ptr' class in C++ exception handling?

A.
It represents a pointer to an exception object
Answer
B.
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