0
What is the use of dynamic memory?
I just started with dynamic memory on this app in c++, but i don't know what is its use. Can someone please write a code which explains what the use of dynamic memory is or where its useful. Thanks
1 ответ
+ 1
dynamic memory allocation is useful when we want to allocate and manage memory manually