Login
Remember
Register
Ask a Question
What is a NULL Pointer in C Language? Whether it is same as an uninitialized pointer in C Language?
0
votes
asked
Mar 12, 2020
in
C Plus Plus
by
rahuljain1
What is a NULL Pointer in C Language? Whether it is same as an uninitialized pointer in C Language?
#c-language-null-pointer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 15, 2020
by
SakshiSharma
Null pointer is a pointer which points to nothing but uninitialized pointer may point to
anywhere.
...