Difference between revisions of "Pointer"

From Computer History Wiki
Jump to: navigation, search
(Stubbt, but a start)
(No difference)

Revision as of 19:50, 3 November 2018

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