Pointer

From Computer History Wiki
Revision as of 17:50, 3 November 2018 by Jnc (talk | contribs) (Stubbt, but a start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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