- 1
Explain the concept of dynamic memory allocated with an example
2 ответов
+ 5
you allocate memory dynamically with the keyword new
+ 3
Dynamic memory allocation means that the code ask OS at runtime for reserve memory for its use:
http://stackoverflow.com/questions/12161774/when-do-i-need-dynamic-memory