The NULL Pointer
The representation of a pointer addressing nothing.
ANY pointer may be set to NULL.
NULL is the same as
#define 0
NULL is NOT the same as an int variable set to 0.
You may not dereference a NULL pointer!!!
next slide