This repository contains my solutions and notes while studying
C Programming: A Modern Approach by K. N. King.
- Each chapter has its own folder.
- Inside each folder:
.c
files contain the exercises.
- Practice C programming step by step.
- Build a reference I can revisit later.
- Track my progress as I grow as a programmer.
"First, solve the problem. Then, write the code." — C.A.R. Hoare