Why is calloc() function used for?
Answer: B
allocates the specified number of bytes and initializes them to zero.