InterviewSolution
Saved Bookmarks
| 1. |
Pick out the correct statement for error handling alternatives.(a) Terminate the program(b) Use the stack(c) Exit from the block(d) Use the queueThis question was addressed to me in my homework.This interesting question is from Error Handling Alternatives topic in portion Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» The correct answer is (b) USE the stack |
|