Computer Science, asked by tharuny811gmailcom, 9 months ago

advantages and disadvantages of dynamic memory allocation​

Answers

Answered by SouLAbhishek
1

Explanation:

We can de-allocate (free/delete) dynamic space whenever we are done with them. Thus we can always have exactly the amount of space required - no more, no less. Disadvantages: As the memory is allocated during runtime, it requires more time.

Similar questions