Difference between revisions of "Pointers"

From MidrangeWiki
Jump to: navigation, search
m (New page: A pointer is a variable that holds a reference to space in memory. That area of memory can contain anything. Pointers can be used many languages ... RPG, [[COBOL_Point...)
(No difference)

Revision as of 19:03, 30 March 2007

A pointer is a variable that holds a reference to space in memory. That area of memory can contain anything.

Pointers can be used many languages ... RPG, COBOL, C, even CLP.

This article is a stub. You can help by editing it.