InterviewSolution
Saved Bookmarks
| 1. |
What will happen when a programs throws any other type of exception other than specified?(a) terminate(b) arise an error(c) run(d) throwThe question was posed to me during an internship interview.The doubt is from Exception Specifications topic in division Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» Right choice is (B) arise an error |
|