Difference between revisions of "Pointer"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
m (better)
 
Line 3: Line 3:
 
{{stub}}
 
{{stub}}
  
[[Category: Hardware Basics‎‎]]
+
[[Category: Software Basics‎‎]]

Latest revision as of 16:17, 15 December 2018

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