pointer vs reffrance
which one is better and why ?
It depends on what you want to achieve, there isn't a general rule on which is better.
Can you be a bit more explicit?
in memory managment point of view, which one is more efficent ?
For memory management you should use pointers, you can't use references for that
Topic archived. No new replies allowed.