1.

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

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


Discussion

No Comment Found