Often touted as the greatest programming book of all time, The C Programming Language by Brian Kernighan and Dennis Ritchie was my first foray into programming. The book is legendary for its exercises, and whilst solving them, I recorded the thought process that led to my solutions. Any concepts used in my solutions would have been covered by that point in the book. Below are my notes for each exercise.
Jump to
Chapter 1
- Exercise 1-1
- Exercise 1-2
- Exercise 1-3
- Exercise 1-4
- Exercise 1-5
- Exercise 1-6
- Exercise 1-7
- Exercise 1-8
- Exercise 1-9
- Exercise 1-10
- Exercise 1-11
- Exercise 1-12
- Exercise 1-13
- Exercise 1-14
- Exercise 1-15
- Exercise 1-16
- Exercise 1-17
- Exercise 1-18
- Exercise 1-19
- Exercise 1-20
- Exercise 1-21
- Exercise 1-22
- Exercise 1-23
- Exercise 1-24