+ 1
Why are pointers important and what can be done with them later on?
2 Respostas
+ 2
Instead of copying (and so using twice the amount of memory) you are just pointing at the location of the data you want to use/manipulate.
+ 1
(send too soon) you are basicly saving memory to free it for something else and you can speed up complex calculations as you are not copying data back and forth but just the pointers