Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Answers to exercises in K&R's The C Programming Language (second Edition).

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)