# Answers-Of-The-C-Programming-Language **Repository Path**: developedbyzms/answers-of-the-c-programming-language ## Basic Information - **Project Name**: Answers-Of-The-C-Programming-Language - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)