Home » C++ Programming » Exception Handling » Question
  1. How many parameters does the throw expression can have?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: D

In c++ program, We can be able to throw only one error at a time.



Your comments will be displayed only after manual approval.