Q231
Which of the following is used during memory deallocation in C?
A.
remove(p);
B.
delete(p);
C.
free(p);
AnswerD.
terminate(p);
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board