find highest number in array problems code example Example: max element in array int max; max=INT_MIN; for(int i=0;imax){ max=ar[i]; }