The 5-minute Guide to C Pointers http://t.co/zYcb74es
August 16, 2012
Advertising
The 5-minute Guide to C Pointers
Pointers, References and Dereferencing What is a pointer? What is a reference? What is dereferencing a pointer? A pointer is a variable that holds, literally points to, a memory address. A reference is a memory address. Dereferencing a pointer means getting the value at the memory address stored in the pointer.




Comment on this post