Computer Science, asked by janakkc36, 9 months ago

Explain Dynamic Memory Allocation

Answers

Answered by Havicspec
1

Answer:

Dynamic Memory Allocation. Dynamic memory allocation refers to managing system memory at runtime. Dynamic memory management in C programming language is performed via a group four functions named malloc(), calloc(), realloc(), and free().

Answered by Anonymous
4

Explanation:

Dynamic Memory Allocation. Dynamic memory allocation refers to managing system memory at runtime. Dynamic memory management in C programming language is performed via a group four functions named malloc, calloc, realloc, and free.

plz follow me and mark as brainliest

Similar questions