Multiple choice

Which memory allocation corresponds to non static local variables and call by value parameter variables?

  1. Statically allocated variables

  2. Dynamic memory allocations

  3. Stack memory allocations

  4. Block

  5. Program controlled dynamic memory allocation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

These memory allocations correspond to non static local variables and call by value parameter variables.