Microsoft Certified Systems Engineer (MCSE) Question:

What is the null pointer in C++?

Tweet Share WhatsApp

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 PDF Read All 333 MCSE Questions
Previous QuestionNext Question
What is the time complexity of matrix multiplication?What is the goal of the shortest distance algorithm?