What are NULL pointers ?
Ask by Prakash nidhi Verma
Updated 18 Sep 2020
A pointer which is not pointing to any address or memory location is known as NULL pointer. means NULL pointer do not point any address or memory location.
NULL pointer is a pointer which do not point to any memory location or any address.It also does not contain any value.