Vidyalelo
C++ Programming · Q23

Exception Handling in C++

Programming · C++ Programming · question 23

Q23

Which of the following statements about exception handling in C++ is correct?

A.
It is an alternative to error codes
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board