Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
0
Please
log in
to post a comment.
18BCE2182 ASSESS_1 Q1-2
Hello
String copy
Funciones en C
Memoria dinamica no funciona ;C
1.7 Test parallel function
18BCE2182 ASSESS_1 Q1-8
MergeSort
int_A_1a.c
1.9 Time Function
Please log in to post a comment.