How many types of standard exception are there in c++?
5
6
7
8
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.