Practical no 1 rajashri
Practical no 1 rajashri
1.
#include <stdio.h>
int main() {
int arr[100];
int n, i, min, max;
return 0;
}
\*
Output:
Enter the number of elements: 6
Enter 6 elements:
44 12 3 58 9 20
Minimum element: 3
Maximum element: 58