Pointers
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

































