Which header file is used to declare the standard exception?
(a) #include<exception>
(b) #include<except>
(c) #include<error>
(d) #include<exce>
This 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++