Vidyalelo
C Programming · Q231

File Input Output

Programming · C Programming · question 231

Q231

Which of the following is used during memory deallocation in C?

A.
remove(p);
B.
delete(p);
C.
free(p);
Answer
D.
terminate(p);

Answer: Option C

Solution

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