Q15
In C, what is the purpose of the 'calloc' function?
A.
To allocate and initialize a block of memory
AnswerB.
To deallocate 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