Write a program that takes 5 elements from the user, saves them in an array and prints the five elements.Next, create a function change_Arr which has array argument and a size argument as input. The function multiplies each array element by 5 . Call the function in main and then Print the new array in main()Next print the value of first element of the array in main and pass it to function change_ind_arr_elem. The function will multiply its argument by 3 and print the new value. Now print this particular element in main and explain your observation.Suppose you have a third function void new_change ( const int z[] ) with the following function definitionvoid new_change ( const int z[] ){ z[ 0 ] /= 2;z[ 1 ] /= 2;z[ 2 ] /= 2; }Call this function from main(). What will be the result?
#Sales Offer!| Get upto 25% Off: