I started learning C language with it's creators book - The C Programming Language - 2nd Edition (BRIAN W. KERNIGHAN DENNIS M.RITCHIE)
Here You can find solutions of exercies from this book.
- Each chapter has a dedicated folder indicating it's number in it's name.
- Each folder contains solved excercise of that chapter. File/Folder names showing exercise number or numbers range.
- Files within chapter folder with letter names are related to interesting functions or algorithms presented in the book.
WARNING: Chapter 1 solutions currently in a grabage state. I will provide them later.
- NotDone.c - Contains comment with not solved exercise numbers for particular chapter.
- utils - Folder for special utilities written by me for easy development purposes.