Q43
Which of the following functions allocates multiple blocks of memory, each block of the same size?
A.
malloc()
B.
realloc()
C.
calloc()
AnswerD.
free()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board