Vidyalelo
C Programming · Q32

Memory Allocation

Programming · C Programming · question 32

Q32

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.
release()
E.
free()
Answer

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board