Which operator has equal precedence with subtraction operator?
Answers
Answered by
0
Which operator has equal precedence with subtraction operator?
Explanation:
Addition operator
There is only one operator in the C language that has precedence equal to the subtraction operator. It is the addition operator. This is consistent with standard operator precedence in mathematics. You can find a complete table of C operator arity (number of operands), precedence, and associations here.
Similar questions