6. Language
- 6.1 Notation
- 6.2 Concepts
- 6.3 Conversions
- 6.4 Lexical elements
- 6.5 Expressions
- 6.5.1 Primary expressions
- 6.5.2 Postfix operators
- 6.5.3 Unary operators
- 6.5.4 Cast operators
- 6.5.5 Multiplicative operators
- 6.5.6 Additive operators
- 6.5.7 Bitwise shift operators
- 6.5.8 Relational operators
- 6.5.9 Equality operators
- 6.5.10 Bitwise AND operator
- 6.5.11 Bitwise exclusive OR operator
- 6.5.12 Bitwise inclusive OR operator
- 6.5.13 Logical AND operator
- 6.5.14 Logical OR operator
- 6.5.15 Conditional operator
- 6.5.16 Assignment operators
- 6.5.17 Comma operator
- 6.6 Constant expressions
- 6.7 Declarations
- 6.8 Statements and blocks
- 6.9 External definitions
- 6.10 Preprocessing directives
- 6.11 Future language directions