Q23
Which of the following statements about exception handling in C++ is correct?
A.
It is an alternative to error codes
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board