Jump to content

NULL: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Spelling
Anakor (talk | contribs)
mNo edit summary
Line 1: Line 1:
== NULL ==
== NULL ==
Null Pointer value.
Null Pointer value.


=== Type ===
=== Value ===


Null is defined as:
Null is defined as:

Revision as of 16:14, 29 July 2005

NULL

Null Pointer value.

Value

Null is defined as:

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