  |
C Elements of Style - http://www.oualline.com/
Programming books,information, and columns. |
  |
The C Programming Language - http://cm.bell-labs.com/cm/cs/cbook/index.html
By Brian W. Kernighan and Dennis M. Ritchie, the original (revised) and the best book to learn C. |
  |
The C Book - http://publications.gbdirect.co.uk/c_book/
Complete online version of second edition book by Mike Banahan, Declan Brady and Mark Doran. Popular introduction to ANSI Standard C. |
  |
C Interfaces and Implementations - http://www.cs.princeton.edu/software/cii/
Explains the use of various interfaces such as string manipulation and data structure. |
  |
Writing Bug-Free C Code - http://www.duckware.com/bugfreec/
Online book by Jerry Jongerius advocates a style of programming based upon classes, data abstraction, run-time type checking, and fault tolerant functions which results in bug-free C code. Sources, Amazon link for printed copy. |