C program to find maximum and minimum element in an array. #include<stdio.h> main() { int a[10],i,n,max,min; printf("enter the size of ...
確定! 回上一頁