Multiple choice Which allocation corresponds to memory allocated via malloc() or operator new[]? Dynamic memory allocation Stack memory allocation Static memory allocation Memory leak Memory protection Reveal answer Fill a bubble to check yourself A Correct answer Explanation It corresponds to memory allocated via malloc() or operator new[].