Computer Science, asked by 1009parmar, 11 months ago

Which data structure is used for automatic dynamic allocation and memory access?

Answers

Answered by ShantanuMourya
1

The program then uses this memory for some purpose. Usually the purpose is to add a node to a data structure. In object oriented languages, dynamic memory allocation is used to get the memory for a new object. The memory comes from above the static part of the data segment

Similar questions