Answers for "can i pass null pointer into a fuction c++"

C++
0

SET TO NULL pointer c++

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

Code answers related to "can i pass null pointer into a fuction c++"

Browse Popular Code Answers by Language