malloc() function creates a single block of memory of a specific size. calloc() function assigns multiple blocks of memory to a single variable .
malloc() function creates a single block of memory of a specific size. calloc() function assigns multiple blocks of memory to a single variable .