+ 1
When do i use a pointer and why?
3 Respostas
+ 9
Pointers can be useful in efficient data structures such as linked lists, binary trees, etc.
Sample:
http://www.cprogramming.com/tutorial/lesson18.html
+ 7
This question is mentioned several timez.
https://www.sololearn.com/discuss/122211/?ref=app
https://www.sololearn.com/discuss/514500/?ref=app
...
0
For Dynamic memory allocation pointer is used