Examveda

By default, what a program does when it detects an exception?

A. Continue running

B. Results in the termination of the program

C. Calls other functions of the program

D. Removes the exception and tells the programmer about an exception

Answer: Option B


Join The Discussion

Related Questions on Exception Handling in C plus plus

What is exception handling in C++?

A. A method to handle errors during runtime

B. A method to handle errors during compile time

C. A method to handle errors during linking

D. A method to handle errors during execution