Computer Science, asked by pallaviningurkar2000, 7 months ago

explain the application of pointer


Answers

Answered by parthasarathidas78
0

Answer:

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.

Answered by JaiShreeRadhaKrishna
0

Answer:

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
English, 4 months ago