Can't read the text? Switch theme 6. How to Free Memory? Which of the following should be used to free the memory alloca
Posted: Mon Jun 06, 2022 1:12 pm
statement? int* p = new int [10]; Pick ONE option free(p); free(p): delete p; delete[] p; Clear Selection
Can't read the text? Switch theme 6. How to Free Memory? Which of the following should be used to free the memory allocated using the following