1.

What Is A Null Pointer?

Answer»

A null pointer is a special pointer value that is known not to POINT anywhere. It means that no other valid pointer, to any other variable or array cell or anything else, will ever COMPARE equal to a null pointer.

A null pointer is a special pointer value that is known not to point anywhere. It means that no other valid pointer, to any other variable or array cell or anything else, will ever compare equal to a null pointer.



Discussion

No Comment Found