Home » C++ Programming » Exception Handling » Question
  1. Which keyword is used to handle the expection?
    1. catch
    2. try
    3. throw
    4. All of above
    5. None of these
Correct Option: A

When we found a exception in the program, We need to throw that and we handle that by using the catch keyword.



Your comments will be displayed only after manual approval.