There is some problems with this program, solve it if you can!
#include
int main() {
int x[] = {10, 5, 7, 11};
int min = x[0];
for(i = 1;i<5;i++){
if(x[i]
min = x[i];
printf("%d", &min);
}
}
return 0;
}
Answers
Answered by
0
Answer:
- in 8 line you must write opposite
Similar questions