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

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.

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`.