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
bit shift and mask
Area and Volume coding
muuchas funciones utiles
18BCE2182 ASSESS_2 Q2
detonadisimo
bitmask shift
Jan23
EUCLIDES BIEN
Even odd program
time clock and day count through second by user input (ratneshgujarathi)