Home » C++ Programming » Exception Handling » Question
  1. Identify the correct statement about throw(type).
    1. A function can throw an exception of certain type only
    2. A function can’t throw any type of exception
    3. A function can throw any type of exceptions
    4. All of above
    5. None of these
Correct Option: A

A function can throw an exception of certain type only



Your comments will be displayed only after manual approval.