Google News
logo
C-Language - Interview Questions
What is dynamic memory allocation in C?
Dynamic memory allocation is the process of memory allocation at the run time. There are a group of functions in C used to dynamic memory management i.e. calloc(), malloc(), realloc() and free().
Advertisement