Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-nasrolahi/the-ansi-c
Repository for "The ANSI C programming language" book
https://github.com/ali-nasrolahi/the-ansi-c
Last synced: about 2 months ago
JSON representation
Repository for "The ANSI C programming language" book
- Host: GitHub
- URL: https://github.com/ali-nasrolahi/the-ansi-c
- Owner: Ali-Nasrolahi
- Created: 2022-03-13T10:39:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T05:47:34.000Z (over 2 years ago)
- Last Synced: 2023-03-10T06:12:08.451Z (almost 2 years ago)
- Language: C
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-ANSI-C
The C Programming Language. 2nd Edition
Book by Brian Kernighan and Dennis Ritchie
> Massive respect to creators of C. :)
## Description
This repos will contain answers to exercises of this lovely book.
Or maybe some notes as well, who knows?! :smile:
If you're reading this book to learn more about C (like me), try to solve problems yourself first.
That's how we learn.## Disclaimer
These solutions are my own methods for solving the problems based on my own understanding of problems;
therefore
there's **NO GUARANTEE** that answers are **BEST** or even **CORRECT** solutions.