1.

How many runtime error messages associated with exception?(a) 2(b) 4(c) 5(d) infiniteThis question was posed to me in homework.My question comes from Grouping of Exceptions topic in section Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Right ANSWER is (b) 4

For explanation: There are four runtime error MESSAGES ASSOCIATED with exceptions. They are overflow_error, range_error, system_error and underflow_error.



Discussion

No Comment Found

Related InterviewSolutions