Null Pointer
Null Pointer
The pointer was initialized to
nullptr
. Thenullptr
keyword is a literal indicating a pointer points to nothing. A pointer assigned withnullptr
is said to be null.
The pointer was initialized to
nullptr
. Thenullptr
keyword is a literal indicating a pointer points to nothing. A pointer assigned withnullptr
is said to be null.