Home » C++ Programming » Operators » Question
  1. How to declare operator function?
    1. operator
    2. operator sign
    3. operator sign
    4. None of these
    5. NA
Correct Option: C

We have to declare the operator function by using the operator, operator sign. Example “operator +” where the operator is a keyword and + is the symbol need to be overloaded.



Your comments will be displayed only after manual approval.