Related Questions

Select the right statement with reference to malloc() and calloc().
What is the difference between 'malloc' and 'calloc' in C?
Why do we write (int *) before malloc?
int *ip = (int *)malloc(sizeof(int));