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

The BEST I can explain: When an error is raised MEANS, it will be pushed into stack and it can be CORRECTED LATER by the programmer.



Discussion

No Comment Found

Related InterviewSolutions