0
what are pointers and references in c++?
I am struggling to understand what is the purpose of pointers and references? why do we need them? How are they different from one another? Any practical use of pointers and references would be helpful. Thanks
3 ответов
+ 2
Here's a great video on Pointers in C, which should help you in C++ as well: https://youtu.be/XISnO2YhnsY
+ 2
0
Thank you guys !