What is the purpose of using a pointer in a data table?
Answers
Answered by
3
Pointers are used to store and manage the addresses of dynamically allocated blocks of memory. Such blocks are used to store data objects or arrays of objects. Most structured and object-oriented languages provide an area of memory, called the heap or free store, from which objects are dynamically allocated.
Similar questions
Social Sciences,
6 months ago
Social Sciences,
6 months ago