1.

Which is used to handle the exceptions in c++?(a) catch handler(b) handler(c) exception handler(d) throwThe question was posed to me in an international level competition.My doubt stems from Exceptions That Are Not Errors in chapter Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

The correct CHOICE is (c) exception handler

Explanation: Exception handler is USED to HANDLE the exceptions in c++.



Discussion

No Comment Found

Related InterviewSolutions