Possible Duplicates:
Where can I learn more about pointers?
The Definitive C Book Guide and List
Can anyone suggest me a book for pointers in C?I have many of the books but pointers is something which I still think I lack.
Possible Duplicates:
Where can I learn more about pointers?
The Definitive C Book Guide and List
Can anyone suggest me a book for pointers in C?I have many of the books but pointers is something which I still think I lack.
I find this a very good explanation: Everything you need to know about pointers in C by Peter Hosey.
http://cslibrary.stanford.edu/106/
Check this has graphical illustration of topic. Recently looked into this link from this question -
http://stackoverflow.com/questions/4016765/tutorial-on-c-pointers/4016796#4016796
Kernighan and Ritchie's ANSI C book is the one reference you need for all things C.
Google is your friend :-), but if you want a book, Amazon has one that has gotten some good reviews - "Pointers on C" by Kenneth Reek: http://www.amazon.com/Pointers-C-Kenneth-Reek/dp/0673999866/ref=sr_1_1?ie=UTF8&qid=1288095036&sr=8-1
Pointer is a concept that comes from computer architecture, so I'd say that some assembly languages makes the stronger base. Here you have one such book: http://www.planetpdf.com/codecuts/pdfs/aoa.pdf