Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
implicit parameter type
//gcc 5.4.0 #include <stdio.h> f(i,j) {printf("%d %d\n", i, j);} int main(void) { f(5); printf("Hello, world!\n"); return 0; }
run
|
edit
|
history
|
help
1
B_141111_Divisores
guia 4 terminada
Función quicksort decreciente
date diff sample
new
20171127_ARRAY_ValorMayor
fgets and basic string manipulation
Sizeof void
Test2
Official Hello World