summaryrefslogtreecommitdiffstats
path: root/share/misc/operator
blob: 003c436d055fcf236eb7d8b7c183ec291ca1c5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Operator			Associativity
-----------------------------------------------
() [] -> .			left to right
! ~ ++ -- - (type) * & sizeof	right to left
* / %				left to right
+ -				left to right
<< >>				left to right
< <= > >=			left to right
== !=				left to right
&				left to right
^				left to right
|				left to right
&&				left to right
||				left to right
?:				right to left
= += -= etc.			right to left
,				left to right
OpenPOWER on IntegriCloud