constant
NULL
<cstdio>
Null pointer
This macro expands to a null pointer constant.
A null pointer is generally used to signify that a pointer does not point to any object.
In C++, NULL expands either to 0 or 0L.
functions:
objects:
types:
macro constants: