Computer Science, asked by abdulkadir9153, 1 year ago

what is the dynamic memory managment​

Answers

Answered by Anonymous
1

Answer:

When a C program is compiled, the compiler allocates memory to store different data elements such as constants, variables (including pointer variables), arrays and structures. This is referred to as compile-time or static memory allocation.

Similar questions