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
recurs2
Galgotia university
eliminate_duplicates.c
SOLUCION EJERCICIO SPOTIFY
NOT a String in C - 2
Command Expressions in Gnu C
pruebapi2
PRACTICA LISTA
Finding type of triangle assignment
bitwise operations