Home » C++ Programming » Exception Handling » Question
  1. To where does the program control transfers when the exception is arisen?
    1. handlers
    2. throw
    3. catch
    4. All of above
    5. None of these
Correct Option: A

When an exception is arisen mean, the exception is caught by handlers and then it decides the type of exception.



Your comments will be displayed only after manual approval.