Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1_9
#include <stdio.h> /* copy input to output; 1st version */ main() { int c,nl=0,tb=0,bl=0; while((c=getchar())!=EOF){if(c=="\n")++nl;else if(c=='\t')tb++;else if(c==' ')bl++;} printf("%d ,%d,%d",nl,tb,bl); }
run
|
edit
|
history
|
help
0
Project 5 v.02
CremovePointFun
a3 commented
20171117_TARTAGLIA
18BCE2182 ASSESS_1 Q1-8
Beginning linux
Check EOF Value
B_141107_TablaMultiplicar
Type struct
Conditional logic.c