#include #include /* Q1: return the invers, mid, average, sum of array using pointers Q2: print the adress of elements of array using function Q3: return the adress of elements of array using function Q4: print the adress of elements of array using function Q5: return the adress of elements of array using function */ int* array_invers(int *a,int size) { for(int i=0;i