Which of the following is used during memory deallocation in C?
Posted: Wed Jul 13, 2022 7:54 pm
a) remove(p);
b) delete(p);
c) free(p);
d) terminate(p);
b) delete(p);
c) free(p);
d) terminate(p);
Accurate answers. Every time.
https://answerhappy.com/