بيان المشكلة
Write a C program to find the minimum element in a 1D array.
Example
Input:
5 10 5 30 9 20
Output:
5
DEMO-C-32 • Programming in C
Write a C program to find the minimum element in a 1D array.
Input:
5 10 5 30 9 20
Output:
5
n followed by elements.
Minimum value.
Submit runs every public testcase in this browser. Results and code never leave this device.
5 10 5 30 9 20
5
3 -1 -5 -2
-5
1 7
7
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question