+ 1

What mean pointer and When we can use it ?

c++

30th Oct 2016, 2:34 PM
abdel
2 Réponses
+ 3
Pointer is a type of a variable used to store address of a particular variable. It is necessary to use them in dynamic memory.
30th Oct 2016, 2:46 PM
OmGupta
OmGupta - avatar
+ 2
It is also used to make a program efficient
30th Oct 2016, 2:48 PM
OmGupta
OmGupta - avatar