Why null pointer is used?



Why null pointer is used?..

Answer / Sadaf Naz

The null pointer is used in C++ to indicate that a pointer does not point to any object or memory location.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is endl?

1 Answers  


What is class invariant in c++?

1 Answers  


What is a custom exception?

1 Answers  


What is a multiset c++?

1 Answers  


What is the best ide for c++?

1 Answers  


What are c++ data types?

1 Answers  


What are the four main data types?

1 Answers  


What is a multimap c++?

1 Answers  


What is the role of static keyword for a class member variable?

1 Answers  


Why are arrays usually processed with for loop?

1 Answers  


How many characters are recognized by ANSI C++?

1 Answers   Hexaware, NIIT,


How do you invoke a base member function from a derived class in which you have not overridden that function?

1 Answers  


Categories