Computer Science, asked by sushmadwivedi49656, 1 month ago

Memory for program data can be allocated statically or dynamically, which method is suited in which form of programming application?

Answers

Answered by aryanandan221
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