Examveda
Examveda

What does the 'calloc' function in C do?

A. Allocates and initializes memory to zero

B. Allocates memory and leaves it uninitialized

C. Deallocates memory

D. Checks for memory leaks

Answer: Option A


This Question Belongs to C Program >> Memory Allocation

Join The Discussion

Related Questions on Memory Allocation