Computer Science, asked by rk3785086, 4 months ago

write about binary operator used in c++ ?​

Answers

Answered by Shrideepthi
1

Answer:

The program defines operands first and then performs arithmetic operations on these operands. This program demonstrates the usage of arithmetic operators in C++.

Explanation:

++, --, +, -

Similar questions