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

https://github.com/ab1908/c-practice

Programming practice in C
https://github.com/ab1908/c-practice

c practice programming

Last synced: 2 months ago
JSON representation

Programming practice in C

Awesome Lists containing this project

README

        

# C Programming Practice

This repo was created to practice programming in C.

The problems solved are exercises from Kerningham & Ritchie's The C Programming Language, 2nd Edition, affectionately called K&R.
This is in no way a definitive solution guide. It is merely my attempt at practicing C and solving problems that the authors thought relevant.