Expression Evaluation
Precedence
|
Name
|
Symbol(s)
|
Associativity
|
1
|
increment (postfix) decrement
(postfix)
|
++
|
left
|
2
|
increment (prefix) decrement
(prefix) unary plus
unary minus
|
++
+
-
|
right
|
3
|
multiplicative
|
* / %
|
left
|
4
|
additive
|
+ -
|
left
|
5
|
assignment
|
= *= /= %= +=
|
right
|
No comments:
Post a Comment