Home » C++ Programming » Exception Handling » Question
  1. What is most suitable for returning the logical errors in the program?
    1. Set a global error indicator
    2. Use break keyword
    3. Use constructor and destructor
    4. All of above
    5. None of these
Correct Option: A

Set a global error indicator



Your comments will be displayed only after manual approval.