Multiple choice ______________corresponds to memory allocated via malloc() or operator new[ ]. Static memory allocation Stack memory allocation Dynamic memory allocation 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[ ].