openasthra manpages

operator.7.html
Manual Page - operator(7)


Manual Reference Pages  - OPERATOR (7)

NAME

C operator - C operator precedence and order of evaluation

CONTENTS

Description

DESCRIPTION

This manual page lists C operators and their precedence in evaluation.


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
 


August 24, 2003 OPERATOR (7)
Generated by OpenAsthra.com from man7/operator.7 using doc macros.
http://manpages.openasthra.com/man7/operator.7.html