Este é um livro que apenas formaliza a teoria de programação em linguagem C, de maneira que, se você está começando a se familiarizar com o assunto, ou está tentando aprender como programar, eu aconselharia a não começar por esse livro. Eu não avalio este livro como ruim, ele apenas não serviu aos meus propósitos como estudante.
Solid and extended course of C/Cpp programming. Explaining all the stuff you may deal with it makes your life easier whenever you doubt in something. Clear, informative, and full of valuable information.
Complete coverage of all components of C programming. Covers universal basics such as variables, arrays, operators, and functions. Also covers concepts specific to C and C++ such as points, memory management, and the standard template library. Learning C is useful as a foundation for C++, hacking a lot of C linux programs, or for small, fast programs, but C lacks the object oriented data structures for larger scale organization.
Insightful book on how the language is interwined. Explores almost all aspects of the language taking time to explain everything in detail. Hebert Schildt masterpiece. After this book C-based languages will be a lot easier to learn.