Vidyalelo
C Programming · Q43

Memory Allocation

Programming · C Programming · question 43

Q43

Which of the following functions allocates multiple blocks of memory, each block of the same size?

A.
malloc()
B.
realloc()
C.
calloc()
Answer
D.
free()

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board