Home » C++ Programming » Exception Handling » Question
  1. Which header file is used to declare the standard exception?
    1. #include <error>
    2. #include <exception>
    3. #include <except>
    4. All of above
    5. None of these
Correct Option: B

#include



Your comments will be displayed only after manual approval.