OPERATOR
Section: Environments, Tables, and Troff Macros (7)
Index
Return to Main Contents
BSD mandoc
NAME
operator
- C operator precedence and order of evaluation
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
-
- = += -= etc.right to left
-
- ,left to right
-
FILES
- /usr/share/misc/operator
-
HISTORY
The
operator
manual page is
Ud .
Index
- NAME
-
- DESCRIPTION
-
- FILES
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 06:48:15 GMT, May 19, 2025