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
C_141210_Punteros
Is const really const?
Float data type.c
ajr
voltage float hex value
Array Sum
Midterm practice, turn into for loop
c4
C_141210_Funciones
DIGITOS DE U. A DECENAS