Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdungs/exercises-knr

My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".
https://github.com/kdungs/exercises-knr

exercise

Last synced: 8 days ago
JSON representation

My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".

Awesome Lists containing this project

README

        

K&R Exercises
=============

My solutions for the exercises from Kernighan and Ritchie's famous book "The C Programming Language".

Please note that I read this book for educational purpose only. I already know quite a bit about C and C++ but try to force myself to solve the assignments with only the knowledge from the book.