Write a function that allocates memory using malloc Write a function that concatenates two strings Write a function that allocates memory for an array, using malloc. Write a function that creates an array of integers. Write a function that reallocates a memory block using malloc and free Write a program that multiplies two positive numbers.