6. Memory for program data can be allocated statically or dynamically, which method is suited in which form of programming applications?
Answers
Answered by
1
Answer:
dynamic = runtime, static = compile time
static allocation consists of fixed sizes that cannot change throughout the program, whereas dynamic allocation is infinitely flexible
Explanation:
Similar questions