Multiple Choice
Which of the following statements throws a valid exception in C++?
A) throw.function() ;
B) throw 2;
C) throws str;
D) 4 throw;
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
Q39: Which of the following blocks is designed
Q40: C++ provides all the exception classes you
Q41: Which of the following is a valid
Q43: An exception is an occurrence of an