caisah / K-and-R-exercises-and-examples

All Examples and Exercises from K&R The C Programming Language 2nd edition book

Home Page:https://www.goodreads.com/book/show/515601.The_C_Programming_Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K & R Exercises and Examples

My takes of K&R The C Programming Language 2nd edition book. It includes both the code examples and the answers for all the exercises.

###Organization

Each dir contains only the code from the specific chapter.

Each example is prefixed with ex.

Each exercise is prefixed with the exercise number and e.

Some of the answers are inspiered or copied from clc-wiki.

My code is indented GNU style while the foreign code is indented K&R style.

###Compiling

I suggest using the c99 standard when compiling: -std=c99 for all the files.

About

All Examples and Exercises from K&R The C Programming Language 2nd edition book

https://www.goodreads.com/book/show/515601.The_C_Programming_Language


Languages

Language:C 100.0%