+ 1

What is pointer?

31st May 2017, 1:09 PM
Adarsh Jaiswal
Adarsh Jaiswal - avatar
7 Réponses
+ 18
In computer science, a pointer is a programming language object, whose value refers to (or "points to") another value stored elsewhere in the computer memory using its memory address. A pointer references a location in memory, and obtaining the value stored at that location is known as dereferencing the pointer.
31st May 2017, 2:48 PM
Kailash Loncha
Kailash Loncha - avatar
+ 2
thank you james
31st May 2017, 1:14 PM
Adarsh Jaiswal
Adarsh Jaiswal - avatar
+ 1
I read the dis cussions and I fonde it's mostly used at wep programs as it recall the "url" the address of the variable ... is it right ??
31st May 2017, 1:48 PM
George Milad
George Milad - avatar