Home » C++ Programming » Exception Handling » Question
  1. How many types of standard exception are there in c++?
    1. 5
    2. 6
    3. 7
    4. 8
    5. 9
Correct Option: E

There are nine standard exceptions in c++. They are bad_alloc, bad_cast, bad_exception, bad_function_call, bad_typeid, bad_weak_ptr, ios_base::failure, logic_error and runtime_error.



Your comments will be displayed only after manual approval.