Home »

What is a pointer value and address?

Question ListCategory: cWhat is a pointer value and address?
jessica537 author asked 9 years ago
1 Answers
alisataylore190 author answered 8 years ago

A pointer value is a data object that refers to a memory location. Each memory location is
numbered in the memory. The number attached to a memory location is called the address

of the location.

Please login or Register to Submit Answer