Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
C++ Language
C++ Exception Handling
C++ Exception Handling Question:
Catch handler can have multiple parameters.
a. True
b. False
Tweet
Share
WhatsApp
Download PDF
Answer:
b. False
Download C++ Exception Handling PDF
Read All 29 C++ Exception Handling Questions
Previous Question
Next 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