Multiple choice

______________corresponds to memory allocated via malloc() or operator new[ ].

  1. Static memory allocation

  2. Stack memory allocation

  3. Dynamic memory allocation

  4. None of these

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

Dynamic memory allocation corresponds to memory allocated via malloc() or operator new[ ].