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
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()
Step by Step Solution
3.29 Rating (152 Votes )
There are 3 Steps involved in it
C Explanation calloc library functi... View full answer
Get step-by-step solutions from verified subject matter experts
