A. calloc() takes a single argument while malloc() needs two arguments
B. malloc() takes a single argument while calloc() needs two arguments
C. malloc() initializes the allocated memory to ZERO
D. calloc() initializes the allocated memory to NULL
Correct Answer is :
B. malloc() takes a single argument while calloc() needs two arguments