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