31.
Which statement about the 'finally' block in C++ exception handling is true?

32.
What is the purpose of the 'std::nested_exception' class in C++ exception handling?

33.
How do you catch an exception by reference in C++?

34.
What is the purpose of the 'std::logic_error' class in C++ exception handling?

35.
What happens if an exception is thrown inside a destructor in C++?

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