home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
editor
/
ace124.arc
/
PRECDNCE.HLP
< prev
next >
Wrap
Text File
|
1985-03-26
|
1KB
|
19 lines
«Å Precedence of Operators:
« 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
= += -= etc. «│ «right to left
, (K%R, Chapter 3) «│ «left to right