Home » C++ Programming » Exception Handling » Question
  1. What do you mean by “No exception specification”?
    1. It can catch anything
    2. It throws nothing
    3. It can throw anything
    4. All of above
    5. None of these
Correct Option: C

It can throw anything



Your comments will be displayed only after manual approval.