Skip to content

Files

Latest commit

ff2c433 · Jun 6, 2022

History

History
16 lines (8 loc) · 756 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 756 Bytes

Exercises from "The C Programming Language, 2nt Ed."

Basically just slowly going through the exercises in the book and keeping them here.

Update 2022

I found this and I'm going through it again. I lost some old progress but it's been 8 years so it won't hurt me to go through some things again.
For the most part I'm just typing in things from the book and adding comments to help me understand the code while reading and updating style to make code lint clean.

The Book

  1. A Tutorial Introduction. This chapter covers the basic components of C: variables and constants, arithmetic, control flow and basic input and output. The example and exercise files are in the c1 directory.