- [X] 1.01 Getting started
- [X] 1.02 Variables and Arithmetic Expressions
- [X] 1.03 The for statement
- [X] 1.04 Symbolic Constants
- [X] 1.05 Character Input and Output
- [X] 1.5.1 File Copying
- [X] 1.5.2 Character Counting
- [X] 1.5.3 Line Counting
- [X] 1.5.4 Word Counting
- [X] 1.06 Arrays
- [X] 1.07 Functions
- [X] 1.08 Arguments: Call by Value
- [X] 1.09 Characters Arrays
- [~] 1.10 External Variables and Scope
- [ ] 2.01 Variable Names
- [ ] 2.02 Data Types and sizes
- [ ] 2.03 Constants
- [ ] 2.04 Declarations
- [ ] 2.05 Arithmetic Operators
- [ ] 2.06 Relational and Logical Operators
- [ ] 2.07 Type Conversions
- [ ] 2.08 Increment and Decrement Operators
- [ ] 2.09 Bitwise Operators
- [ ] 2.10 Assignment Operators and Expressions
- [ ] 2.11 Conditional Expressions
- [ ] 2.12 Precedence and Order of Evaluation