With every use of a memory allocation function, what function should be used to release allocated memory which is no longer needed?

1.10 With every use of a memory allocation function, what function should be used to release
allocated memory which is no longer needed?
A) unalloc()
B) Dropmem()
C) Dealloc()
D) free()


Leave a Reply