Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19_1_7
#include <stdio.h> /* copy input to output; 1st version */ main() { int c; //c=getchar(); while((c=getchar())!=EOF) { if(c=='1')printf("%d",c-48); else if(c=='0') printf("%d",c-48); } }
run
|
edit
|
history
|
help
0
loop
PREGUNTA 2 EXAMEN
program1
20171117_PITAGORAS
WHY_?
Goodone for understanding array passing
18BCE2182 ASSESS_1 Q1-8
Project 3 Part 1 v2.1
pllkkj
18BCE2182 ASSESS_1 Q2-2