Here I share notes I took while reading through the OG C Programming language book by K&R.
I was going to take a computer science class where I would have to code in C, so I just took the couple weeks before the class to start learning C.
These notes cover basic things like some syntax, bitwise and arithmetic operations, loops, functions, pointers, and structures.
Chapter 1: A Tutorial Introduction
Chapter 2: Types, Operators, and Expressions
Chapter 4: Functions and Program Structure