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
data types and printf
1/30
selection sort
sizeof human
ayudantia 1 mod 4
FahrenheitToCelcius
2
WAP in C to delete an element from an array
bitwise_operation__end-of-class
Project 3 Part 1 v1.1