Jump to content

NULL

From EDM2
Revision as of 14:05, 24 May 2017 by Ak120 (talk | contribs)

Null Pointer value.

Value

NULL is defined as:

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