C++ Operator Overloading Question:

How to declare operator function?
a) operator operator sign
b) operator
c) operator sign
d) None of the mentioned

C++ Operator Overloading Interview Question
C++ Operator Overloading Interview Question

Answer:

a) operator operator sign


Previous QuestionNext Question
Which of the following statements is NOT valid about operator overloading?
a) Only existing operators can be overloaded.
b) Overloaded operator must have at least one operand of its class type.
c) The overloaded operators follow the syntax rules of the original operator.
d) None of the mentioned
Pick the other name of operator function.
a) function overloading
b) operator overloading
c) member overloading
d) None of the mentioned