Pointer

From Compsci.ca Wiki

(Difference between revisions)
Jump to: navigation, search

Latest revision as of 01:03, 11 October 2008

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