https://github.com/dlqqq/c-kr2
my solutions for "The C Programming Language" by Kernighan and Ritchie.
https://github.com/dlqqq/c-kr2
answers c kernighan ritchie solutions
Last synced: 4 months ago
JSON representation
my solutions for "The C Programming Language" by Kernighan and Ritchie.
- Host: GitHub
- URL: https://github.com/dlqqq/c-kr2
- Owner: dlqqq
- Created: 2019-12-16T15:11:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T22:44:50.000Z (over 5 years ago)
- Last Synced: 2025-01-12T13:50:10.022Z (5 months ago)
- Topics: answers, c, kernighan, ritchie, solutions
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Solutions to The C Programming Language, 2nd ed.
These are my personal solutions to The C Programming Language, 2nd ed. They
each include a `main()` method that performs several tests demonstrating the
efficacy of each function requested in the corresponding exercise. I have taken
the liberty of adding comments to sections of code I consider somewhat
incomprehensible or clever. I have also tested the limiting cases of each
function, and they should all hold regardless of the maximum size of the array,
defined as `ARRAY_MAX`.