Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Memory leak
//Title of this code //gcc 4.9.2 #include <stdio.h> int main() { char* f = (char*)stdin; while(1==1) { printf("%c", *f); f++; } return 0; }
run
|
edit
|
history
|
help
1
AC_setting_example
eliminate_duplicates.c
MatrixMul_shortxshort
20161118_ArrayRepetidos
Area and Volume coding
muuchas funciones utiles
joseph triangle
Access the structure variable
Different variable scanf/printf statements
lab pro v.05