Home » C++ Programming » Exception Handling » Question
  1. Which block should be placed after try block?
    1. Throws
    2. catch
    3. throw
    4. either catch or throw
    5. None of these
Correct Option: B

catch



Your comments will be displayed only after manual approval.