C++ Exception Handling Question:
Download Job Interview Questions and Answers PDF
Exception handlers are declared with ____________ keyword.
a. Try
b. catch
c. throw
d. finally
Answer:
b. catch
Download C++ Exception Handling Interview Questions And Answers
PDF
Previous Question | Next Question |
Catch handler can have multiple parameters. a. True b. False | A try block can be nested under another try block - a. Yes b. No |