Vidyalelo
C++ Programming · Q37

Exception Handling in C++

Programming · C++ Programming · question 37

Q37

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

A.
It checks if there are any uncaught exceptions
Answer
B.
It handles uncaught exceptions
C.
It throws an exception
D.
It catches an exception

Answer: Option A

Solution

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