InterviewSolution
Saved Bookmarks
| 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 |
|