operator(7) mojave man page | unix.com

Man Page: operator

Operating Environment: mojave

Section: 7

OPERATOR(7)					       BSD 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
BSD
June 9, 1993 BSD
Related Man Pages
drop_operator(7) - centos
drop_operator(7) - redhat
drop_operator(7) - suse
ng_tee(4) - centos
ng_tee(4) - netbsd
Similar Topics in the Unix Linux Community
bitwise operators
sizeof an array of structure without using 'sizeof' operator
OR operator syntax question in AWK script
Grep mutiple patterns with 'AND' operator
Newbie question: modulo operator with negative operand, bug or feature?