Home » C++ Programming » Exception Handling » Question
  1. When exceptions are used?
    1. Exceptions are used when postconditions of a function cannot be satisfied
    2. Exceptions are used when postconditions of a function can be satisfied
    3. To preserve the program
    4. All of above
    5. None of these
Correct Option: B

Exceptions are used when postconditions of a function can be satisfied



Your comments will be displayed only after manual approval.