Jump to content

NULL

From EDM2
Revision as of 05:37, 30 October 2011 by Martini (talk | contribs)

NULL

Null Pointer value.

Value

Null is defined as:

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