Infosys interview question

what is Dynamic memory allocation?

Interview Answer

Anonymous

Jun 5, 2020

The memory allocation that is done at the runtime is dynamic memory allocation, heap memory is used for dynamic memory allocation and I also gave an example for it.