Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
maximum_template
//gcc 5.4.0 #include <stdio.h> int max(int *numbers, int len) { int maximum; // you write this function return (maximum); } int main(void) { int numbers[10] = {23, 4, 5, 67, 11, 30, 98, -4, -28, 10}; int maximum = max(numbers, 10); printf("%d\n", maximum); return 0; }
run
|
edit
|
history
|
help
0
first C code
B_141202_PALINDROMO
18BCE2182 MIDTERM PART-B ATOMIC
dcl
UserDefinedDataType_pointer1
Official Hello World
hello kous
Hello
Taco Code
Part II: Your Rental Company