Q11
What is the purpose of the 'free' function in C?
A.
To deallocate dynamically allocated memory
AnswerB.
To allocate memory
C.
To copy memory
D.
To check for memory leaks
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board