Language Standards and documentation
● ISO c99
Http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1124.pdf
● Ansi c Rationale
Http://www.quut.com/c/rat/title.html
FAQ (FAQ)
● Comp. Lang. c FAQ
Http://c-faq.com/
● C-FAQ Chinese Version
Http://c-faq-chn.sourceforge.net/ccfaq/node1.html
Learning Materials
● The New C standard: an economical and cultural commentary
Http://www.coding-guidelines.com/cbook/cbook1_0b.pdf
● C Programming reference
Http://www.space.unibe.ch/comp_doc/c_manual/C/cref.html
● Official gnu c library documentation
Http://www.gnu.org/software/libc/manual/
● C Programming Course at University of Strathclyde computer centre
Http://www.its.strath.ac.uk/courses/c/
● Everything you need to know about pointers in C
Http://boredzo.org/pointers/
● Notes on K & r2
Http://www.eskimo.com /~ SCs/cClass/cclass.html
● Howstuffworks C Programming
Http://computer.howstuffworks.com/c.htm
More
● Http://www.quut.com/c/