Computer Science, asked by prabhas6114, 11 months ago

write about binary operator used in c++​

Answers

Answered by ishan20054
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 Anonymous
0

Binary operator is a operator which work on two operand.

Ex = a+b , a-c , a*b , etc.

Similar questions