Answers for "why do we need to null a pointer in c++"

C++
0

SET TO NULL pointer c++

*ptr=NULL; /*or*/ *ptr=0;
Posted by: Guest on January-19-2021

Code answers related to "why do we need to null a pointer in c++"

Browse Popular Code Answers by Language