Computer Science, asked by varshneyradha58, 3 months ago

Q3. Explain the need of allocating memory
at run time.​

Answers

Answered by sukantisukantiswain
0

Answer:

This mechanism is known as runtime memory allocation or dynamic memory allocation. The memory allocated at compile time is deallocated (i.e., the memory is released so that the same memory can be reused by other data) automatically at the end of the scope of the variable.

Similar questions