Vidyalelo
C Programming · Q20

Memory Allocation

Programming · C Programming · question 20

Q20

Which function is used to free allocated memory but does not remove the pointer in C?

A.
clear()
B.
free()
Answer
C.
release()
D.
deallocate()

Answer: Option B

Solution

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