Query: operator
OS: freebsd
Section: 7
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPERATOR(7) BSD Miscellaneous Information Manual OPERATOR(7)NAMEoperator -- C and C++ operator precedence and order of evaluationDESCRIPTIONOperator Associativity -------- ------------- () [] -> . left to right ! ~ ++ -- - (type) * & sizeof new delete 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 || left to right ?: right to left = += -= *= /= %= <<= >>= &= ^= |= throw right to left ?: (C++, third operand) right to left , left to rightFILES/usr/share/misc/operatorBSDApril 8, 2009 BSD
Related Man Pages |
---|
drop_operator(7) - centos |
operator(7) - redhat |
ng_tee(4) - opensolaris |
ng_tee(4) - minix |
ng_tee(4) - suse |
Similar Topics in the Unix Linux Community |
---|
How do I search for 2 strings (AND operator) ? |
bitwise operators |
sizeof an array of structure without using 'sizeof' operator |
OR operator syntax question in AWK script |
File operator command |