What is dynamically memory allocation?

Dynamic memory allocation is a process that allows us to do exactly what we’re looking to do above, to allocate memory while our program is running, as opposed to telling the computer exactly how much we’ll need (and for what) ahead of time.

Sizin İçin Seçtik  How allocate memory dynamically in C++ explain with example?

Leave a Reply

Your email address will not be published. Required fields are marked *