Penguin
Annotated edit history of NULL version 1, including all changes. View license author blame.
Rev Author # Line
1 StuartYeates 1 In [C]/[C++] [NULL] represents the special type of a [Pointer] which has not been assigned. NULL pointers can be compared to other pointers but not dereferenced.