Jump to content

NULL: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
(No difference)

Revision as of 00:56, 23 May 2005

NULL

Null Pointer value.

Type

Null is definied as:

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