Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
B_141202_CADENA_NUMERO
tarun ceo
voltage float hex value
A_141205_CadenaValorNumerico
150112_CribaErastotenes
recurtion
REGISTRO EN C
B_14118_RestasSucesivas
abc.c
Project 3 Part 1 v1.7
Please log in to post a comment.