what is the pointer? what purpose of pointers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is the pointer? what purpose of pointers?

12th Jul 2016, 9:30 PM
Rizky lexsi
5 Answers
+ 5
u can access the value of any variable with a pointer and a pointer can store the memory location means the memory address of another variable
12th Jul 2016, 9:34 PM
sanket
+ 1
u can use pointer in any function and it is called "call by reference"
12th Jul 2016, 9:35 PM
sanket
0
pointer ar faster that use array or othr variable thats because u r using the memory address read about (rvalue - lvalue)
13th Jul 2016, 5:03 AM
Rafael Marroquin
Rafael Marroquin - avatar
0
pointers are address of variables which allocates its own memory location, u can modify or call an variable by its memory address.
15th Jul 2016, 4:24 AM
PUJAN KOSHTI
PUJAN KOSHTI - avatar
0
what is purpose of pointer?
15th Jul 2016, 10:53 AM
Rizky lexsi