Encyclopedia > Pointer

  Article Content

Pointer

A Pointer is a common data type in computer programming. It holds the memory address of another element in the program, or a null value. Pointers are often used to hold the base address of arrays and to make links between nodes in trees and linked lists. Some programming languages (such as assembly language and C) allow some limited arithmetic on pointers. Other languages (such as Scheme and the Java programming language) do not allow such arithmetic, treating pointers as an opaque type; such languages commonly refer to pointers as references.

External links

  • Pointer Fun With Binky (http://cslibrary.stanford.edu/104/) Introduction to pointers in a 3 minute educational video - Stanford Computer Science Education Library


Pointer also refers to a group of dog breeds. Examples of pointers include: German Shorthair Pointer[?], Hungarian Vizsla, Weimaraner[?] and others.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Ocean Beach, New York

... Contents Ocean Beach, New York Ocean Beach is a village located in Suffolk County, New York. As of the 2000 census, the village had a total population of 138. ...

 
 
 
This page was created in 40.7 ms