pointers
0 Followers 0 Questions Created 8 months ago

A pointer stores the memory address of the value that it points to. That is, the value of a pointer is said memory address. Pointers should not be confused with references.