Unlike many C programming books written by C programmers, this brief, self-teaching introduction was written by an instructor familiar with the needs of students. The book defines key programming terms as it teaches the basics of C programming. It contains numerous real world programming examples showing first the algorithm, immediately followed by the program for the algorithm, and then its output. End of chapter exercises with “hints” help to review and master the material under discussion. An appendix with fifteen “C Lab projects” with their solutions is also included.
* Defines key programming terms as it teaches the C programming language * Covers major topics such as arrays and pointers, structures and unions, file handling, and more * Includes numerous real world programming examples showing first the algorithm, followed by the program itself, then the desired output
I have looked through a few C programming books, and this is by far my favorite one. The language is clear and explanatory, the code examples are interesting, and the book itself is concise. The scope of knowledge is very broad yet still pleasant to read, probably because the author has a lot of experience in teaching. It’s a great introduction to C. Thank you!