https://github.com/abe-101/the_c_programming_language
https://github.com/abe-101/the_c_programming_language
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abe-101/the_c_programming_language
- Owner: abe-101
- Created: 2021-10-27T13:43:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T19:55:56.000Z (over 4 years ago)
- Last Synced: 2025-06-03T07:38:18.649Z (about 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Answers to The C Programming Language (Second Edition) by Brian W. Kernighan & Dennis M. Ritchie.
These are the answers to the exercises in K&R's The C Programming Language
(second Edition).
Please let me know if you found a mistake or a bug.
Good luck studying!
### Contents
- [Chapter 1. A Tutorial Introduction](chapter01/)
- [Chapter 2. Types, Operators, and Expressions](chapter02)
- [Chapter 3. Control Flow](chapter03)
- [Chapter 4. Functions and Program Structure](chapter04)
- [Chapter 5. Pointers and Arrays](chapter05)
- [Chapter 6. Structures](chapter06)
- [Chapter 7. Input and Output](chapter07)
- [Chapter 8. The UNIX System Interface](chapter08)