This book is excellent for beginners, it takes you from 0 to fully competent C programmer.
It is big, really big, and covers every C feature I can think of.
What I like most is that the author explains things clearly, either by example or diagrams, and does not assume you have any programming skills.
He goes and explains how data is manipulated by the CPU and how it looks in computer memory. The book also covers C99 features "the latest C", and how they differ from previous versions, book also covers compiling code under different OS's, including Linux, Man and DOS/Windows.
Other nice thing about the book is, you can almost read any chapter isolated, examples do not drag on from previous chapters which is really good, unlike other books, they use one example application and they build on it throughout the book! Which can be good, but a nightmare if you wanting to study certain chapters only.
I hope you find this review useful.
To summaries, this books does its job nicely, which is, to teaching you C.