write about binary operator used in c++
Answers
Answered by
4
The binary operators take two arguments and following are the examples of Binary operators. You use binary operators very frequently like addition (+) operator, subtraction (-) operator and division (/) operator.
Answered by
0
Binary operator is a operator which work on two operand.
Ex = a+b , a-c , a*b , etc.
Similar questions