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
- Host: GitHub
- URL: https://github.com/dgkim5360/the-c-programming-language-kernighan-and-ritchie
- Owner: dgkim5360
- Created: 2017-08-20T12:31:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T06:23:58.000Z (over 7 years ago)
- Last Synced: 2025-01-30T10:13:07.525Z (4 months ago)
- Topics: c, exercises, kernighan, ritchie, textbook
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```