0
What is the difference between pointers (*) and references (&)?
3 ответов
+ 1
A pointer points to the address, while the reference IS the address.
0
Ohh That's why a pointer can point to many variables while a reference only points to one variable..
0
Thanks!! 😊