What is the key difference between malloc() and calloc()?
malloc() is faster
calloc() doesn't require casting
malloc() initializes memory to zero
calloc() initializes memory to zero
This question is part of this quiz :