Answers for "c++ print variable address"

C++
1

c++ print variable address

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

Browse Popular Code Answers by Language