:man| Alphabetical   Categories   About us 
 
OPERATOR (7) | Miscellanea | Unix Manual Pages | :man

NAME

operator - C operator precedence and order of evaluation

CONTENTS

Description
Files

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"
"= += -= *= /= %= <<= >>= &= ^= |= right to left"
", left to right"

FILES

/usr/share/misc/operator

January 22, 2003 OPERATOR (7)
shtml">manServer 1.07 from operator.7 using doc macros.

 
Created by Blin Media, 2008-2013