Searching map area
Pointer (computer programming)
? TBD
Object which stores memory addresses in a computer program
Ratings
0
Nobody has rated this yet. Be the first!
Subclasses
1
Influences rating
Lists
0

In computer science, a pointer is an object in many programming languages that stores a memory address. This can be that of another value located in computer memory, or in some cases, that of memory-mapped computer hardware. A pointer references a location in memory, and obtaining the value stored at that location is known as dereferencing the...