Interview Quetions Distinguish between malloc() and calloc ()memory allocation. December 15, 2019 - By tejsumeru.12@gmail.com Both allocates memory from heap area/dynamic memory. By default calloc fills the allocated memory with 0’s