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
- Host: GitHub
- URL: https://github.com/ab1908/c-practice
- Owner: AB1908
- License: mit
- Created: 2018-05-03T10:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T23:09:58.000Z (about 7 years ago)
- Last Synced: 2025-01-27T23:16:44.616Z (4 months ago)
- Topics: c, practice, programming
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.