// Pantea Aria // 1D array and functions recap // write functions to // read SIZE integer to an array of int // print out all data of the arrays // find the maximum and return to main #include #define SIZE 5 int main(void) { return 0; }