0
operator precedence
Can anyone explain operator precedence For me? In detail if possible
1 Answer
+ 2
Operator precedence is an ordering of logical operators designed to allow the dropping of parentheses in logical expressions. ... When an operand is surrounded by operators of equal precedence, the operand associates to the right.
Hope it helps đ
For more here:
http://intrologic.stanford.edu/glossary/operator_precedence.html