Run Time Memory Allocation

Run Time Memory Allocation is termed as?

E

Expert

Verified

Allocating memory at runtime:

It is termed as a dynamically allocating memory. Within this, you dynamically allocate memory using the new operator while declaring the array, for illustration: int grades[] = new int[10];

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.