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:
Exception handlers are declared with ____________ keyword.
a. Try
b. catch
c. throw
d. finally
Tweet
Share
WhatsApp
Download PDF
Answer:
b. catch
Download C++ Exception Handling PDF
Read All 29 C++ Exception Handling Questions
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