OPERATOR(7) BSD Reference Manual OPERATOR(7)
operator - C operator precedence and associativity
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 = += -= *= /= %= <<= >>= &= ^= |= right to left , left to right
/usr/share/misc/operator MirBSD #10-current June 9, 1993 1