+ 1
Use of pointer?
1 run time linking DLL 2 store address of another variable 3 save memory and run faster because it does not have to duplicate the data
4 Respostas
+ 2
The second pretty much covers it all. The rest are consequences.
+ 2
say other uses than this.
+ 1
?
0
It allows us to perform the dynamic memory allocation. And allows us to re-size it too.