Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lior Yehieli Lesson
//gcc 7.4.0 #include <stdio.h> int main(void) { int a[10]={1,2,3,4,5,6,7,8,9,10}; int i,index,max; max=a[i]; for(i=1;i<10;i++) { if (a[i]>max) max=a[i]; } printf("max=%d\n",max ); return 0; }
run
|
edit
|
history
|
help
0
In Class 1.23.17 Bit operations
B_141118_Euclides
20171117_TARTAGLIA
A_141205_CadenaValorNumerico
HW2A
Swap.c
Calculate Area of Circle
My first array
lab8part2final
20171117_FUNCIONES