+ 2
purpose of pointers?
I understand and know how to use pointer but what is it's purpose in programming?
2 Réponses
+ 9
E.g. Data structures
https://www.cprogramming.com/tutorial/lesson18.html
+ 4
Passing a pointer through a function is useful, along with heap allocation you'll need to use a pointer