Home » C++ Programming » Exception Handling » Question
  1. Which operator is used as catch-all handler?
    1. unary operator
    2. string operator
    3. ternary operator
    4. ellipses operator
    5. All of above
Correct Option: D

The ellipses operator can be represented as (…).



Your comments will be displayed only after manual approval.