Difference between revisions of "Pointer"
From Computer History Wiki
(Stubbt, but a start) |
m (better) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
+ | |||
+ | [[Category: Software Basics]] |
Latest revision as of 15:17, 15 December 2018
A pointer is a variable which contains the address of another data item. Most programming languages have support for pointers as types.