0
What is pointer???
9 Answers
+ 4
A pointer in C is just a variable which stores the address of another variable.
Pointer in C is also used to allocate memory dynamically.
+ 1
Thanks
0
RAja Sparky please refer below link and click on continue to go to next slides:
https://www.sololearn.com/learn/CPlusPlus/1630/
0
thanks
0
well said
0
pointer is a variable which stores the address of another variable.
- 1
just a note where the data is located.
- 2
can you tell me in which programming is it based.