1.

Why is calloc() function used for?

A. allocates the specified number of bytes
B. allocates the specified number of bytes and initializes them to zero
C. increases or decreases the size of the specified block of memory and reallocates it if needed
D. calls the specified block of memory for execution.
Answer» C. increases or decreases the size of the specified block of memory and reallocates it if needed


Discussion

No Comment Found