Pointer: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
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 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.