Examveda
Examveda

What does the 'std::exception' class represent in C++ exception handling?

A. It is a base class for all standard C++ exceptions

B. It is used to handle file exceptions

C. It is used to handle memory exceptions

D. It is used to handle arithmetic exceptions

Answer: Option A


Join The Discussion

Related Questions on Exception Handling in C plus plus

What is exception handling in C++?

A. A method to handle errors during runtime

B. A method to handle errors during compile time

C. A method to handle errors during linking

D. A method to handle errors during execution