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

https://github.com/dgkim5360/the-c-programming-language-kernighan-and-ritchie

Executable excerpts, summaries, and exercises from "The C Programming Language" 2/E by Kernighan and Ritchie
https://github.com/dgkim5360/the-c-programming-language-kernighan-and-ritchie

c exercises kernighan ritchie textbook

Last synced: 2 months ago
JSON representation

Executable excerpts, summaries, and exercises from "The C Programming Language" 2/E by Kernighan and Ritchie

Awesome Lists containing this project

README

        

Executable programs and exercises from "The C Programming Language" 2E by Kernighan and Ritchie

Makefile and `` key make it easy to use. For example if you want to check the list for Chapter 1,

```bash
this-repo$ make 1
101-hello                 105-1-file-copying        107-power
102-1-fc-table            105-2-character-counting  108-power
102-2-fc-table-float      105-3-line-counting       109-longest
103-fc-table              105-4-word-counting       110-longest
104-fc-table              106-counting
```