0
what is a pointer? What is the use of it
2 Réponses
+ 3
A pointer is a variable wich contains a memory address. It's useful in many ways, for example you can pass a whole array to a function just plugging in the parameters a pointer wich points to the first element of that array
0
pointer points on existing variable so you can use the variable in other functions via pointer