0
How would you implement pointers in a sophisticated program?
I'm still having trouble understanding the point of pointers(get it?)
2 odpowiedzi
0
pointer is just an address in memory where a variable is stored.
0
Thanks, this helped but I'm still having trouble figuring out why and how you you would use them, can anyone give me an example