C Pointers Question:

For what purpose null pointer used?

Tweet Share WhatsApp

Answer:

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

Download C Pointers PDF Read All 31 C Pointers Questions
Previous QuestionNext Question
How many levels of pointers have?Tell me when is a void pointer used?