+ 4
What is the usefulness/importance of dynamically allocating memory on the heap? I didn't quite get it from the lesson.
5 ответов
+ 2
when you don't need how much memory your program needs ..use dynamic allocation.
like in linked list, you are keep adding nodes in run time then you will have to use dynamic allocation.
+ 1
*know how much
I can't edit my comments from app, is it happen same with everyone?
+ 1
No its not . There's an edit option if u press the three dots in the upper right corner.
+ 1
yes I can see edit and delete option. but when I click to edit..my comments get collapse and I can't see anything to edit.
0
then that's unusual