Computer Science, asked by tamil2614, 1 month ago

define pointer and null pointer

Answers

Answered by Anonymous
3

A Null Pointer is a pointer that does not point to any memory location. It stores the base address of the segment. The null pointer basically stores the Null value while void is the type of the pointer. A null pointer is a special reserved value which is defined in a stddef header file.

Similar questions