Answers for "print address in c++"

C++
1

c++ print variable address

printf("%pn",(void*)&a);
Posted by: Guest on September-06-2020

Browse Popular Code Answers by Language