Home » C++ Programming » Exception Handling » Question
  1. Which alternative can replace the throw statement?
    1. exit
    2. break
    3. for
    4. return
    5. None of these
Correct Option: D

throw and return does the same job as return a value. So it can be replaced.



Your comments will be displayed only after manual approval.