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
C dynamic string implementation using preprocessor
Hello
Add.c
18BCE2182 ASSESS_3 Q1
18BCE2182 ASSESS_1 Q1-8
Binary example
B_141121_aleatorios
Jai
FloatFahrenheitToCelcius
AVANCE DE PREGUNTA 5