Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsaadatmand/the-c-programming-language
Answers to exercises in K&R's The C Programming Language (second Edition).
https://github.com/fsaadatmand/the-c-programming-language
c c-language c-programming programming-exercises programming-language
Last synced: about 1 month ago
JSON representation
Answers to exercises in K&R's The C Programming Language (second Edition).
- Host: GitHub
- URL: https://github.com/fsaadatmand/the-c-programming-language
- Owner: fsaadatmand
- Created: 2018-09-19T05:42:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T16:52:00.000Z (almost 4 years ago)
- Last Synced: 2024-09-30T01:04:33.541Z (4 months ago)
- Topics: c, c-language, c-programming, programming-exercises, programming-language
- Language: C
- Homepage:
- Size: 315 KB
- Stars: 191
- Watchers: 6
- Forks: 37
- Open Issues: 2
-
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.
Cheers!
### 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)