difference between arithmetical operator and statement operator
Answers
Answered by
2
Arithmetic expression isformed by operands (variables, functions, constants) with arithmetic operators among them. An expression is a sequence of binary or unary or ternary operatorsalong with their operands. The operator precedence tells us which operatorsare to be evaluated before the otheroperators.
Similar questions