Computer Science, asked by sakshiRiYa8730, 11 months ago

Difference between static and dynamic storage allocation in compiler design

Answers

Answered by Sidyandex
1

Dynamic allocation can be performed when some specific functions are used such as calloc, malloc, and reloc.

On the other hand, static memory allocation can be achieved when all the data segments are compiled or stacked together.

Both are different from each other, and have different attributes too.

Similar questions