What is pointer? Explain
Answers
Answered by
0
DescriptionIn 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.
Similar questions