Q2
What is the purpose of the 'malloc' function in C?
A.
To allocate dynamic memory
AnswerB.
To allocate static memory
C.
To deallocate memory
D.
To find memory leaks
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board