An allocation that is made dynamically, is
-
Dynamic data structure
-
Echo check
-
Dynamic allocation
-
Dynamic programming
C
Correct answer
Explanation
Dynamic allocation refers to the process of assigning memory space to a program during its execution (runtime) rather than at compile time. This allows for more flexible and efficient use of system resources.