NULL | constant |
<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.
![]() |
![]() |
||
![]() |
C++ : Reference : C Library : cstdio (stdio.h) : NULL
|