Home » C++ Programming » Exception Handling » Question
  1. Where are standard exception classes grouped?
    1. catch
    2. error
    3. namespace std
    4. All of above
    5. None of these
Correct Option: C

As these are standard exceptions, they need to be defined in the standard block, So it is defined under namespace std.



Your comments will be displayed only after manual approval.