Diego Garza Astrophysicist in Training

C (K&R)

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 3: Control Flow

Chapter 4: Functions and Program Structure

Chapter 5: Pointers and Arrays

Chapter 6: Structures