1.
What is exception handling in C++?

5.
What is the purpose of the 'catch' block in exception handling in C++?

7.
What does the 'std::exception' class represent in C++ exception handling?

10.
What happens if an exception is thrown but not caught in C++?