Memory for program data can be allocated statically or dynamically, which method is suited in which form of programming application?
Answers
Answered by
0
Answer:
When the allocation of memory performs at the compile time, then it is known as static memory. When the memory allocation is done at the execution or run time, then it is called dynamic memory allocation.
Similar questions