KPIT Technologies interview question

What is a Null pointer?

Interview Answer

Anonymous

Jul 11, 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.