Pointer

From Computer History Wiki
Revision as of 04:17, 13 December 2018 by Jnc (talk | contribs) (+cat)
Jump to: navigation, search

A pointer is a variable which contains the address of another data item. Most programming languages have support for pointers as types.