freebsd man page for operator

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)

NAME
operator -- C and C++ operator precedence and order of evaluation
DESCRIPTION
Operator 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 right
FILES
/usr/share/misc/operator
BSD
April 8, 2009 BSD
Related Man Pages
alter_operator(7) - centos
drop_operator(7) - centos
drop_operator(7) - redhat
operator(7) - redhat
ng_tee(4) - php
Similar Topics in the Unix Linux Community
bitwise operators
June 2008 Who's Who List and Smooth Operator Candidates
September 2008 Who's Who List and Smooth Operator Candidates
sizeof an array of structure without using 'sizeof' operator
Grep mutiple patterns with 'AND' operator