state difference between the following :-
(four points)
1: / and %
2: = and = =
3: unary and binary operators
(spammers stay away from my important question)
Answers
Answered by
10
Explanation:
UNARY OPREATORS
i)In unary operator overloading only the argument type can be changed (ii) The operators which act upon a single operand are called unary operators
BINARY OPERATORS
I)in binary operator overloading the argument type and order can be changed .(II) The operators which require two operands for their action are called binary operators
Similar questions