C++ Exception Handling Question:
Download Questions PDF

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

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

Answer:

a. try

Download C++ Exception Handling Interview Questions And Answers PDF

Previous QuestionNext Question
An exception is thrown using _____________ keyword in CPP.

a. throws
b. throw
c. threw
d. thrown?
Catch handler can have multiple parameters.

a. True
b. False