Pointer: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m +cat |
m better |
||
| Line 3: | Line 3: | ||
{{stub}} | {{stub}} | ||
[[Category: | [[Category: Software Basics]] | ||
Latest revision as of 14: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.