Question d’entretien chez KPIT Technologies

What is a Null pointer?

Réponse à la question d'entretien

Utilisateur anonyme

11 juill. 2018

Null pointer is a special reserved value of a pointer. A pointer of any type has such a reserved value. Formally, each specific pointer type ( int * , char * etc.) has its own dedicated null-pointer value.