C and C++ Programming Resources

Share/Bookmark
Custom Search

Pointers

Posted on September 10th, 2008 25 Comments

Each memory location that we use to store the data hase an address in computre memory (RAM). Computer Hardware i.e. CPU uses this addess to reference to a particular data item. A pointer is a variable that stores the address of another variable. A pointer is a variable that represents the location of a data item, such as a variable or an array element. Pointers... 
Read More | Make a Comment


Page 1 of 11