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
funcion dar vuelta numero
123
Spring 2017 Project 2 v.04
PREGUNTA 3 - MODULO 4 TERMINADA
Code2
if (strcmp(abb, "lol")==0 || strcmp(abb, "LOL")==0 || )
C_141113_Primos02
B_141104_TresPuntosTriangulo
If then price calculation v1
Calculate Area of Circle