Null pointer

   

In the C Programming Language, a Null pointer is a distinct pointer value which is "guaranteed to compare unequal to a pointer to any object or function." A null pointer is different than a uninitialized pointer. A null pointer is known not to point to any particular object or function but an uninitialized pointer might point anywhere. There is a null pointer for each pointer type, and the internal values may differ. These values are not important to the programmer, but rather the compiler.

Retrieved from "http://www.mywiseowl.com/articles/Null_pointer"

This page has been accessed 57 times. This page was last modified 03:17, 17 Nov 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).