C++ Exception Handling Question:
Download Job Interview Questions and Answers PDF
Irrespective of exception occurrence, catch handler will always get executed.
a. True
b. False
Answer:
b. False
Download C++ Exception Handling Interview Questions And Answers
PDF
Previous Question | Next Question |
Functions called from within a try block may also throw exception. a. True b. False | An exception can be of only built-In type. a. True b. False |