- 1
What is pointer?
2 Respostas
+ 2
explain your question more in description section please... thank you
This might help you 👇
https://goo.gl/search/what+is+pointer+in+programming
Pointer (computer programming) - Wikipedia In computer science, a pointer is a programming language object that stores the memory address of another value located in computer memory. A pointer references a location in memory, and obtaining the value stored at that location is known as dereferencing the pointer.