Home » C++ Programming » Exception Handling » Question
  1. Which keyword is used to check exception in the block of code?
    1. throw
    2. try
    3. catch
    4. All of above
    5. None of these
Correct Option: B

The try() statement is used for exceptions in c++.



Your comments will be displayed only after manual approval.