Computer Science, asked by gaderutesh, 14 hours ago

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

Answers

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