home *** CD-ROM | disk | FTP | other *** search
- «Å 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