Home » C++ Programming » Exception Handling » Question
  1. What will happen if an exception that is thrown may cause a whole load of objects to go out of scope?
    1. Produce a runtime error
    2. It will be added to the overhead
    3. Terminate the program
    4. All of above
    5. None of these
Correct Option: B

It will be added to the overhead



Your comments will be displayed only after manual approval.