What is an exception in C++ program?
(a) A problem that arises during the execution of a program
(b) A problem that arises during compilation
(c) Also known as the syntax error
(d) Also known as semantic error
The question was asked in an internship interview.
My query is from Exception Handling topic in portion Derived Classes, Templates & Exception Handling in C++ of C++