Caesar Creek Software Interview Question

What's the difference between malloc and calloc

Interview Answer

Anonymous

Dec 5, 2024

malloc only allocates memory, calloc allocates memory and initializes the memory with zeros.