C++ Exception Handling Question:
Download Questions PDF

Catch handler can have multiple parameters.

a. True
b. False

C++ Exception Handling Interview Question
C++ Exception Handling Interview Question

Answer:

b. False

Download C++ Exception Handling Interview Questions And Answers PDF

Previous QuestionNext Question
The code of statements which may cause abnormal termination of the program should be written under_________ block.

a. try
b. catch
c. Finally
d. None of these
Exception handlers are declared with ____________ keyword.

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