#include int getmax(int []); int size; int main() { int arr[100],max,i; printf("Enter the size of the array: "); scanf("%d",&size); printf("Enter %d elements of array: ", size); for(i=0; i