+ 1

What is the use of pointer in c++

pointer in c++

27th Jul 2017, 2:49 PM
nandakumar
2 Respostas
+ 8
To store the address of another variable.
27th Jul 2017, 3:12 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
u dont need to keep the value in stack u just need to store its address in stack and can dereference it when u need it plz correct me if i m wrong!
27th Jul 2017, 3:48 PM
shobhit
shobhit - avatar