The-C-Programming-Language-2nd-Edition
Source code and solutions of exercises to The C Programming Language 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie
Exercises:
1. Introduction
- 1-1
- 1-2
- 1-3
- 1-4
- 1-5
- 1-6
- 1-7
- 1-8
- 1-9
- 1-10
- 1-11 skipped
- 1-12
- 1-13
- 1-14
- 1-15
- 1-16
- 1-17
- 1-18
- 1-19
- 1-20
- 1-21
- 1-22
- 1-23
- 1-24 skipped
2. Types operators expressions
3. Control flow
4. Functions and program structure
5. pointers and arrays
- 5-1
- 5-2
- 5-3
- 5-4
- 5-5
- 5-6
- 5-7
- 5-8
- 5-9
- 5-10
- 5-11
- 5-12
- 5-13
- 5-14
- 5-15
- 5-16
- 5-17 skipped
- 5-18
- 5-19
- 5-20 skipped