Short Answer
When an exception occurs in a program,the programmer usually has three choices: ____________________ the program,include code in the program to recover from the exception,or log the error and continue.
Correct Answer:

Verified
terminate
...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
terminate
...
...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q18: In C++, throw is a(n) _ word.
Q23: The class _ deals with the string
Q29: The logic_error and runtime_error classes are defined
Q32: The class _ is the base of
Q37: To use the assert function in your
Q39: If a length greater than the maximum
Q40: C++ provides all the exception classes you
Q42: Which of the following statements throws a
Q43: The code to handle exceptions depends on
Q45: If,during program execution,division by _ occurs with