The NULL Constant
When we want to indicate that a pointer points to nothing we use the special constant parameter value NULL
NULL can be assigned to a pointer variable of any type
NULL is defined in a number of libraries including the library and header file cstddef