Which of the following functions allocates multiple blocks of memory at runtime, each block allocated having same

Question:

Which of the following functions allocates multiple blocks of memory at runtime, each block allocated having same size and each byte of allocated space is initialized to zero? 

A. malloc() 

B. realloc() 

C. calloc() 

D. free()

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: