Manual Page Result
0
Command: operator | Section: 7 | Source: OpenBSD | File: operator.7
OPERATOR(7) FreeBSD Miscellaneous Information Manual OPERATOR(7)
NAME
operator - C operator precedence and associativity
DESCRIPTION
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
FreeBSD 14.1-RELEASE-p8 June 21, 2019 FreeBSD 14.1-RELEASE-p8