  |
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. |
  |
Simulating Ecological and Evolutionary Systems in C - http://www.biology.duke.edu/wilson/Book/
Book by Will Wilson. The book starts with elementary programs modeling stochastic birth-death processes, slowly increasing programming complexity as the chapters progress. |
  |
Applications Programming in ANSI C - http://condor.depaul.edu/~mkalin/ed3/
Third edition.View online of download for viewing later. |
  |
C Programming: A Modern Approach - http://www.knking.com/books/c2/
Presents the second edition of the tutorial and reference by K. N. King with resources, feedback from readers and instructor information. |
  |
A to Z of C - http://guideme.itgo.com/atozofc/
The non-profit free book on C/DOS/Turbo C programming with 79 chapters. It's available online to view/download. |