Jump to content

NULL

From EDM2
Revision as of 17:46, 6 October 2016 by Ak120 (talk | contribs)

NULL

Null Pointer value.

Value

NULL is defined as:

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