C++ Memory Management Quiz - Question 1

Last Updated :
Discuss
Comments

What is dynamic memory allocation in C++?

Management of memory automatically

Allocation of memory at compile time

Allocation of memory during runtime

Increasing allocated memory

Share your thoughts in the comments