OPERATOR(7) Miscellaneous Information Manual OPERATOR(7)

C operatorC operator precedence and order of evaluation

This manual page lists C operators and their precedence in evaluation.

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
August 24, 2003 Debian

Different Versions of this Page: