+ 3

What is the use of pointers in coding?

Practical use of pointers

24th Jun 2017, 4:19 AM
Jovin Nicholas
Jovin Nicholas - avatar
2 Respostas
+ 7
Try looking into advanced data structures which implements pointers to complete an algorithm. http://www.cprogramming.com/tutorial/lesson18.html
24th Jun 2017, 4:29 AM
Hatsy Rei
Hatsy Rei - avatar
0
There act like shortcuts for code, like your desktop apps. The apps exist in the " C/ " folder. The shortcuts POINT to the location of the original file to open it.
24th Jun 2017, 5:10 AM
Manual
Manual - avatar