Next: Binary Operator Grammar, Previous: Assignment Expressions, Up: Top [Contents][Index]
This chapter describes the C operators that combine expressions to control which of those expressions execute, or in which order.
| • Logical Operators | Logical conjunction, disjunction, negation. | |
| • Logicals and Comparison | Logical operators with comparison operators. | |
| • Logicals and Assignments | Assignments with logical operators. | |
| • Conditional Expression | An if/else construct inside expressions. | |
| • Comma Operator | Build a sequence of subexpressions. |