What does “Memory allocated at compile time” really mean?

前端 未结 13 1088
时光取名叫无心
时光取名叫无心 2020-12-04 04:30

In programming languages like C and C++, people often refer to static and dynamic memory allocation. I understand the concept but the phrase \"All memory was allocated (rese

13条回答
  •  旧巷少年郎
    2020-12-04 05:36

    There is very nice explanation given in the accepted answer. Just in case i will post the link which i have found useful. https://www.tenouk.com/ModuleW.html

提交回复
热议问题