Home » C++ Programming » Operators » Question
  1. Operator overloading is
    1. adding operation to the existing operators
    2. making the new operator
    3. making c++ operator works with objects
    4. giving new meaning to existing operator
    5. None of these
Correct Option: A

Operator overloading is the way adding operation to the existing operators.



Your comments will be displayed only after manual approval.