What is Null Pointer in C ?
Null Pointer : A null pointer is a special pointer that points now here. That is no other valid pointer to any other variable or array cell or anything else well ever be equal to a null pointer. Null is a constant that is defined in the standard library and is the equivalent of zero for a pointer. Null is a value that is guaranteed not to point to any location in memory.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment