+ 2
When is dynamically allocating memory in heap particularly useful?
To me, it seems that it gets the program 'ready' by anticipitating the input. But how does that help the operation of the program?
1 Resposta
+ 2
we can also use c++ program to accept picture as input..in such a case we have no idea how large the file would be...so we have to use dynamic memory allocation there..the main advantage of dynamic memory allocation is maximum size you can allot to a variable is the physical size of our computer