This document is intended to introduce pointers to beginning programmers in the C programming language. Over several years of reading and contributing to various conferences on C including those on the FidoNet and UseNet, I have noted a large number of newcomers to C appear to have a difficult time in grasping the fundamentals of pointers. I therefore undertook the task of trying to explain them in plain language with lots of examples.
Clearly and precisely explained. Does what a book should do; its straight to the point with no non-sense and time wasting. I like the approach of the book which leans more on the computing side of things such as dealing with what happens inside the memory instead of shoving the programming syntax like most of those pointless tutorials.
This book however is not an end to end book for all topics pointers in C but serves as a great book for the beginners to start with solid foundations on this topics as well as C in general. Highly recommended!!!