Hey!! Can anyone please say me what is ment by a pointer in detail??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hey!! Can anyone please say me what is ment by a pointer in detail???

Please send! !

2nd May 2017, 2:27 PM
Viraj Shah
Viraj Shah - avatar
2 Answers
+ 6
A moveable object which moves around in order to make actions happen
5th May 2017, 12:15 PM
Iwan
Iwan - avatar
0
Short answer and analogy: a pointer is like a shortcut in your PC's desktop, which points to an actual file (doc, xls, exe, txt...) Long answer: every variable has a memory address and holds a value. A pointer contains as value the memory address of another variable. For a nice diagram representation, please visit https://softwareengineering.stackexchange.com/questions/17898/whats-a-nice-explanation-for-pointers
2nd May 2017, 4:25 PM
Álvaro