Can't read the text? Switch theme 6. How to Free Memory? Which of the following should be used to free the memory alloca
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Can't read the text? Switch theme 6. How to Free Memory? Which of the following should be used to free the memory alloca
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