Caesar Creek Software interview question

What's the difference between malloc and calloc

Interview Answer

Anonymous

5 Dec 2024

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