
C differs from most programming languages in its use of pointers, functions, and files. For those learning C, pointers are the greatest source of confusion. The primary aim of this book is to provide working models of how pointers are used in C. Pointers are used differently...

Focuses on what a programmer needs to know in order to get a program running in C. The book emphasizes how each new programming feature in C relates to the use of pointers to provide a thorough understanding of the numerous applications throughout C.