Null Pointer in C - Null Pointer
Learn C - C tutorial - nullpointer in c - C examples - C programs
Null Pointer in C
- Null pointer is a special reserved value of a pointer.
- Each particular pointer type { int *, char * etc...,} has its own null-pointer value.
- When a pointer has null value it is not pointing anywhere.
Learn C - C tutorial - nullpointer in c - C examples - C programs