Vidyalelo
C Programming · Q11

Memory Allocation

Programming · C Programming · question 11

Q11

What is the purpose of the 'free' function in C?

A.
To deallocate dynamically allocated memory
Answer
B.
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