Difference between revisions of "Pointer"
From Computer History Wiki
(Stubbt, but a start) |
(No difference)
|
Revision as of 18:50, 3 November 2018
A pointer is a variable which contains the address of another data item. Most programming languages have support for pointers as types.