Microsoft Certified Systems Engineer (MCSE) Question:

Download Job Interview Questions and Answers PDF

What is the null pointer in C++?

MCSE Interview Question
MCSE Interview Question

Answer:

The null pointer is a special C++ pointer value that can be any pointer does not point anywhere. It is the constant NULL form stlib.h

Download MCSE Interview Questions And Answers PDF

Previous QuestionNext Question
What is the time complexity of matrix multiplication?What is the goal of the shortest distance algorithm?