11.
Which of the following statements is true about the 'finally' block in C++ exception handling?

12.
What is the purpose of re-throwing an exception in C++?

15.
How do you define your own exception class in C++?

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

19.
Which of the following is true about the 'noexcept' specifier in C++?

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