+ 2
what are the difference between pointers and references
pointer and reference concept in c++ programming
1 Antwort
+ 5
Pointers are variables used to store the address of another variable. References are aliases for existing variables.
pointer and reference concept in c++ programming