+ 1
What is the use of pointer in c++
pointer in c++
2 Respostas
+ 8
To store the address of another variable.
+ 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!