For what purpose null pointer used?

Submitted by: Muhammad
The null pointer is used in three ways:
► To stop indirection in a recursive data structure.
► As an error value.
► As a sentinel value.
Submitted by: Muhammad

Read Online C Pointers Job Interview Questions And Answers