Share
In the c programming what do you mean by Dynamic memory allocation? can someone tell me that answer ?
In progress
Education
11 Mar 2025
3 views
Answers ( 1 )
Dynamic memory allocation is the process of allocating and freeing memory in a program at the runtime . The dynamic memory allocation process reserve the memory require by the program and allow the program to utilize the memory.