0
What is the use of pointers?
I just don't get the use of it the location of what exactly
1 Réponse
+ 1
To put it simply, they are very fast and flexible. They allow you to do things that would otherwise be much more difficult. Because they are somewhat complicated, a lot of newer languages like Java hide the use of pointers, but still use them behind the scenes.