+ 4

What is pointer?

13th Feb 2018, 8:48 AM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
4 odpowiedzi
+ 5
A pointer is a variable that stores a memory address.
13th Feb 2018, 8:57 AM
Yeoh HS
Yeoh HS - avatar
+ 8
Pointers are the variables that stores the address of the another variables
5th Mar 2018, 1:28 PM
Thomas Kurian
Thomas Kurian - avatar
+ 5
pointers are basically containers of an address of a variable, imagine you have a variable that consists some data in it and you want to store it somewhere or even do something with it using another variable, you can make so many uses out of it. now why we use them? soetimes we want to work with registers or some parts of our memory so we have to use a pointer to read or write data from it.
13th Feb 2018, 10:50 AM
kanaan
kanaan - avatar
+ 2
This explains what they are and how they work: https://youtu.be/JAwQrsW1o3k
13th Feb 2018, 9:54 AM
Freddy