Which is the correct example of a binary operator?
a) ++
b) --
c) dereferencing operator (*)
d) +
Which is the correct example of a unary operator?
a) &
b) ==
c) --
d) /
Which is called ternary operator?
a)?:
b) &&
c) |||
d) ===
How many operators are supported by C++?
a) 30 operators
b) 40 operators
c) 45 operators
d) 65 operators
While overloading binary operators using member function, it requires ___ argument/s.
a) 0
b) 1
c) 2
d) 3
Which of the following C++ operators can be overloaded?
a) size operator (size of)
b) conditional operator
c) arithmetic operator
d) class member operator