Pointers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pointers

I'm struggling with pointers in c++. Can anyone describe it in simple words?

25th Apr 2018, 1:40 PM
Faisal Khan
Faisal Khan - avatar
2 Answers
+ 1
pointers point on the value(adress) of the Vatiable in the memory. If the memory is a book, the pointer points on the page and line where the value is written.
25th Apr 2018, 1:55 PM
XiLef
+ 1
Thank you guys 🙂🙂
26th Apr 2018, 4:14 AM
Faisal Khan
Faisal Khan - avatar