What is a NULL Pointer? Whether it is same as an uninitialized pointer?

 What is a NULL Pointer? Whether it is same as an uninitialized pointer?


Null pointer is a pointer which points to nothing but uninitialized pointer may point to anywhere.

Comments

Popular posts from this blog

Agile Method Advantages and Disadvantages