Manual Pages for UNIX Darwin command on man operator
MyWebUniversity

Manual Pages for UNIX Darwin command on man operator

OPERATOR(7) BSD Miscellaneous Information Manual OPERATOR(7)

NAME

ooppeerraattoorr - 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




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™