*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> operator (7)              
Title
Content
Arch
Section
 

OPERATOR(7)

Contents


NAME    [Toc]    [Back]

     operator -- C operator precedence and order of evaluation

DESCRIPTION    [Toc]    [Back]

	   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    [Toc]    [Back]

     /usr/share/misc/operator


FreeBSD 5.2.1		       January 22, 2003 		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
operator OpenBSD C operator precedence and associativity
operator NetBSD C operator precedence and associativity
bindtags IRIX Determine which bindings apply to a window, and order of evaluation
perlop OpenBSD Perl operators and precedence
perlop IRIX Perl operators and precedence
dlasrt IRIX the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' )
slasrt IRIX the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' )
join OpenBSD relational database operator
uscas IRIX compare and swap operator
join IRIX relational database operator
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service