Difference between revisions of "Pointer"
From Computer History Wiki
(Stubbt, but a start) |
m (+cat) |
||
| Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
| + | |||
| + | [[Category: Hardware Basics]] | ||
Revision as of 03:17, 13 December 2018
A pointer is a variable which contains the address of another data item. Most programming languages have support for pointers as types.