0 votes
in C Plus Plus by
What is a NULL Pointer in C Language? Whether it is same as an uninitialized pointer in C Language?

1 Answer

0 votes
by
Null pointer is a pointer which points to nothing but uninitialized pointer may point to

anywhere.
...