Jump to content

NULL

From EDM2
Revision as of 16:14, 29 July 2005 by Anakor (talk | contribs)

NULL

Null Pointer value.

Value

Null is defined as:

#define NULL 0           in C++
#define NULL ((void *)0) in C