Multiple Choice
Which of the following blocks is designed to catch any type of exception?
A) catch() { }
B) catch(...) { }
C) catch(*) { }
D) catch(exception) { }
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: When an exception is thrown in a
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q37: To use the assert function in your
Q38: Which of the following options should you
Q40: C++ provides all the exception classes you
Q41: Which of the following is a valid
Q42: Which of the following statements throws a
Q43: An exception is an occurrence of an