InterviewSolution
Saved Bookmarks
| 1. |
Which header file is used to declare the standard exception?(a) #include(b) #include(c) #include(d) #includeThis question was posed to me during an online exam.My question is based upon Standard Exceptions in chapter Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» The CORRECT ANSWER is (a) #include |
|