OpenBSD manual page server

Manual Page Search Parameters

OPERATOR(7) Miscellaneous Information Manual OPERATOR(7)

operatorC operator precedence and 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
= += -= *= /= %= <<= >>= &= ^= |= right to left
, left to right

/usr/share/misc/operator
 
September 3, 2011 OpenBSD-6.1