Vidyalelo
C++ Programming · Q49

Exception Handling in C++

Programming · C++ Programming · question 49

Q49

Why do we need to handle exceptions?

A.
To avoid unexpected behaviour of a program during run-time
Answer
B.
To let compiler remove all exceptions by itself
C.
To successfully compile the program
D.
To get correct output

Answer: Option A

Solution

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