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:
We can prevent a function from throwing any exceptions.
a. True
b. False
Tweet
Share
WhatsApp
Download PDF
Answer:
a. True
Download C++ Exception Handling PDF
Read All 29 C++ Exception Handling Questions
Previous Question
Next Question
An exception can be of only built-In type.
a. True
b. False
How can we restrict a function to throw certain exceptions?
a. Defining multiple try and catch block inside a function
b. Defining generic function within try block
c. Defining function with throw clause
d. It is not possible in CPP to restrict a function