what is memory allocation in c language?
brainlyist answer got brainlyist from me.
and thanks.
Answers
Answered by
1
Explanation:
C dynamic memory allocation refers to performing manual memory management for dynamic memory allocation in the C programming language via a group of functions in the C standard library, namely malloc, realloc, calloc and free.
Hope this help
Answered by
37
Explanation:
C dynamic memory allocation refers to performing manual memory management for dynamic memory allocation in the C programming language via a group of functions in the C standard library, namely malloc, realloc, calloc and free.
Similar questions