In this program, we get the size of an array of integers from the user. write a function which accepts only size of an array of integer numbers as its parameter. it dynamically allocates the array and populates the array with the cube of integer number from 1 to the size value and returns a pointer to the array. print the result of the array contents in the main function