Multiple choice

An allocation that is made dynamically, is

  1. Dynamic data structure

  2. Echo check

  3. Dynamic allocation

  4. Dynamic programming

Reveal answer Fill a bubble to check yourself
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.