Manual Page Result
0
Command: operator | Section: 7 | Source: 4.4BSD | File: operator.7
OPERATOR(7) FreeBSD Miscellaneous Information Manual OPERATOR(7)
NAME
operator - C operator precedence and order of evaluation
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
= += -= etc. right to left
, left to right
FILES
/usr/share/misc/operator
HISTORY
The operator manual page is currently under development.
FreeBSD 14.1-RELEASE-p8 July 19, 1991 FreeBSD 14.1-RELEASE-p8