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
Intro coding hello world
Fgets and String Stuff
Difference between memcpy n strncpy
pointer_swap
sphere
Euclides MIRAR
141128_EjemploChorraArray
test
variable arguments 2
printing float pointers