0
C language
What does Dynamic Memory Allocation mean in simple term in C language and what does it mean to allocate?
1 Answer
0
With dynamic memory allocation you allow your program to use almost all of the RAM instead of few MBs that system gives you initially, and allocation is acquiring that memory... Simplest definition