Computer Science, asked by kapilv9210, 1 year ago

Linked list is generally considered as an example of _____ type of memory allocation.

Answers

Answered by SupermanINFINITY
7
◆ ∆nswer ◆

Linked is generally considered as an example of DYNAMIC type of memory allocation.

#superman
Answered by shilpa85475
0

Dynamic memory

Explanation:

Dynamic allocation is the system of assigning the reminiscence area throughout the execution time or the run time.

Reasons and Advantage of allocating reminiscence dynamically:

When we do now no longer recognise how a whole lot quantity of reminiscence could be wanted for this system beforehand.

When the allocation of reminiscence plays on the collect time, then it's miles called static reminiscence.

When the reminiscence allocation is executed on the execution or run time, then it's miles known as dynamic reminiscence allocation.

The reminiscence is allotted on the collection time.

The reminiscence is allotted on the runtime.

Similar questions