Chapter 2.
Types, Operators, and Expressions |
| |
|
|
| |
1. Definitions ............................................................................. |
2 |
| |
2. Variable Names ................................................................... |
3 |
| |
2.1 Naming Rules
|
|
| |
2.2 Name Convention |
|
| |
3. Data Types and Sizes ............................................................ |
4 |
| |
3.1 Numeric Data Types |
|
| |
3.2 Big endian vs. little endian |
|
| |
3.2.1 Big endian |
|
| |
3.2.2 Little endian |
|
| |
4. Constants .............................................................................. |
5 |
| |
5. Declarations .......................................................................... |
6 |
| |
6. Arithmetic Operators ............................................................ |
7 |
| |
7. Relational and Logical Operators .......................................... |
8 |
| |
7.1 Relational Operators |
|
| |
7.2 Logical Operators |
|
| |
7.3 Increment and Decrement Operators |
|
| |
7.4 Bitwise Operators |
|
| |
7.5 Assignment Operators |
|
| |
7.6 Conditional Expression |
|
| |
8. Type Conversions ................................................................. |
9 |
| |
9. Precedence and Order of Evaluation .................................... |
10 |
| |
Summary ................................................................................. |
11 |