After K&R what book to use to learn programming in plain C? [closed]
Solution 1:
Peter van der Linden's Expert C Programming: Deep C Secrets
Solution 2:
C: A Reference Manual by Harbison and Steele
It's not a tutorial book, but it's hands-down the best book on C (even over K&R in my opinion). Used in conjunction with K&R (or any other tutorial), you'll get a great foundation in C.
Solution 3:
This explains why Schildt is bad. Some more criticism here.
Search SO for C resources.