This repository contains my solutions to exercises from The C Programming Language, 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie (K&R). I'm using this book to deepen my understanding of C and strengthen my low-level programming skills as I pivot toward systems and operating systems development.
K&R is the definitive guide to the C programming language, written by the creators of the language itself. Despite its age, it's still widely respected for its concise, elegant explanations and hands-on exercises.
Each chapter has its own folder with source files corresponding to that chapter’s exercises.