write about binary operator used in c++ ?
Answers
Answered by
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