Pointer

From Compsci.ca Wiki

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