employer cover photo
employer logo
employer logo

KPIT Technologies

Is this your company?

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.