The allocation which manages storage for all data objects at compile time is
Answers
Answered by
0
The allocation which manages storage for all data objects at compile time is known as the static allocation.
Explanation:
- In any computer organization, there are two types of allocations are done by the compiler while executing any instructions: One is dynamic allocation which is done by the compiler at the run time and the second is static allocation which is done by the compiler at the compile time.
- Static memory allocation is generally used to allocate static variables or static data members.
Learn more about static allocation
Difference between static and dynamic memory allocation in operating system
https://brainly.in/question/4031105
States the advantages and disadvantages of static memory allocation
https://brainly.in/question/2693696
Similar questions