C++ Exception Handling Question:

Exception handlers are declared with ____________ keyword.

a. Try
b. catch
c. throw
d. finally

Answer:

b. catch

Read All 29 C++ Exception Handling Questions
Previous QuestionNext 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