what are arithmetic operators in c++
Answers
Answered by
0
Answer:
Same as arithmetic operators in arithmetic
Answered by
1
It is the same as in Java
It provides operators for five basic arithmetic calculations: addition, subtraction, multiplication, division, and taking the modulus. Each of these operators uses two values (called operands) to calculate a final answer.
It provides operators for five basic arithmetic calculations: addition, subtraction, multiplication, division, and taking the modulus. Each of these operators uses two values (called operands) to calculate a final answer.
Similar questions