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
factorial using function in c
-Shello.c
3850
ptr[]
Project 4 v.5
Bitwise Operations
Loop practice
C)_Assign_q4
Lab 11 v1.0
18BCE2182 ASSESS_1 Q2-2