Pointer

From Compsci.ca Wiki

Revision as of 01:03, 11 October 2008 by Wtd (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A programming language concept whereby one location in memory stores another memory address. Among other things, this concept makes possible expandable data structures such as linked lists.

Pointers may be directly available in programming languages, or they may simply be used to implement higher-level concepts which enable the same benefits.

Personal tools