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
avance 2 guía 4
fgets and basic string manipulation
19_1
swap_bitwise.c
time conversion1
edmond@DESKTOP-M2BC2LH
Assignment 4
MatrixMul_shortxshort
Binary to Integer (C)
1.c