Jump to content

NULL: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:Constant:NULL to NULL
(No difference)

Revision as of 17:44, 6 October 2016

NULL

Null Pointer value.

Value

Null is defined as:

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