Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.