https://github.com/lizhineng/c-knr-solutions
Solutions to The C Programming Language, 2nd, by KnR.
https://github.com/lizhineng/c-knr-solutions
c solutions the-c-programming-language
Last synced: 11 days ago
JSON representation
Solutions to The C Programming Language, 2nd, by KnR.
- Host: GitHub
- URL: https://github.com/lizhineng/c-knr-solutions
- Owner: lizhineng
- License: mit
- Created: 2017-01-01T13:42:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T14:01:03.000Z (11 months ago)
- Last Synced: 2025-07-09T15:19:56.572Z (11 months ago)
- Topics: c, solutions, the-c-programming-language
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solution to The C Programming Language 2nd, KnR
How time flies! The book has been sitting on my bookshelf for almost a decade,
and I still haven’t finished it. I want to start it over and am determined to
complete it this time.
The book is my exercise solutions to The C Programming Language, Second
Edition, by Kernighan and Ritchie, in its Chinese version.
Although I’m not a professional C programmer, my experience with low-level
programming languages can deepen my understanding of how PHP works. This, in
turn, will help me write better PHP code, which I work with every day.