Which of the following statements about exception handling in C++ is correct?
A. It is an alternative to error codes
B. It is faster and more efficient than error codes
C. It is used only for compile-time errors
D. It cannot handle runtime errors
Answer: Option A
Join The Discussion