Write a C program to simulate calloc using malloc. Assume youneed to perform memory allocations for 20 integers. Remember:calloc resets the memory location to zero while allocation.Comments needed.
Solution
Write a C program to simulate calloc using malloc. Assume youneed to perform memory allocations for 20 integers. Remember:calloc resets the memory location to zero while allocation.Comments needed.
Solution