C language | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

C language

What does Dynamic Memory Allocation mean in simple term in C language and what does it mean to allocate?

30th Mar 2019, 7:48 PM
►BornToBeProgrammer✍✌◄
►BornToBeProgrammer✍✌◄ - avatar
1 ответ
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
30th Mar 2019, 8:22 PM
Elva
Elva - avatar