Shape Shape

Null Pointer

Null Pointer is a pointer in programming that does not reference any memory location. Used in programming to indicate the absence of a value or object.

Example:

A C++ program throws a null pointer exception when accessing an uninitialized pointer.

WhatsApp Icon