Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19_1
#include <stdio.h> /* copy input to output; 1st version */ main() { char c; //c=getchar(); while((c=getchar())!=EOF) { if(c=='1')printf("%d",c); else if(c=='0') printf("%d",c); } }
run
|
edit
|
history
|
help
0
time.c
150108_recursividadFactorial
14th Feb Programming Project v.01
Primo compuesto
swap two numbers without arithematic operators
upper case letter.c
Lab 9 v0.965
Bitwise Operations
ATM
Linked List demo in C