Home » C++ Programming » Exception Handling » Question
  1. Pick out the correct statement for error handling alternatives.
    1. Exit from the block
    2. Terminate the program
    3. Use the stack
    4. All of above
    5. None of these
Correct Option: C

When an error is raised means, it will be pushed into stack and it can be corrected later by the programmer.



Your comments will be displayed only after manual approval.