Resources for learning the C programming language
written on Friday, July 27, 2012
The C Programming Language, or "K&R C"
The canonical resource for getting started with C, written by it's creators.
A well reasoned critique of K&R C that introduces methods of unit testing in C and walks through some of the subtle but common bugs to be found in that text.
Simple reference that covers every C keyword.
Simple tutorial for pointers in C
Jumping around memory with straight addition...
GNU/Linux is built with C. It is without a doubt that most impressive piece of human intellectual collaboration ever. Contributing to it is the reason that I want to learn C in the first place.