Saturday 21 September 2013

Define null pointer

Define null pointer?


The null pointeris a pointer where the pointer variable does not refer any object (i.e. a pointer to nothing). It is usual for functions which return pointers to return NULL if they failed in some way. The null pointer is distinguishable from all other pointer values and it does not contain the address of any object or function. 

No comments:

Post a Comment