Jump to content

NULL

From EDM2
Revision as of 01:12, 24 May 2005 by Anakor (talk | contribs) (Spelling)

NULL

Null Pointer value.

Type

Null is defined as:

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