Any problem with this code
#include<stdio.h>
/*Counts digits, white numbers, others*/
main()
{
int c, i, nwhite, nother;
int ndigit[10];
nwhite=nother=0;
for(i=0; i<10; ++i)
ndigit[i]=0;
while((c=getchar())!=EOF)
if(c>='0' && c<='9')
++ndigit[c-'0'];
else if(c==' ' || c=='\n' || c=='\t')
++nwhite;
else
++nother;
printf("digits= ");
for(i=0; i<10; ++i)
printf("%d ", ndigit[i]);
printf("\nwhitespace=%d, other=%d\n", nwhite, nother);
}
2 Answers
Top contributors in Uncategorized category
Unanswered Questions
tylekeonhacai5plus1
Answers: 0
Views: 5
Rating: 0
ih777ukcom
Answers: 0
Views: 6
Rating: 0
E2betsupplycon
Answers: 0
Views: 5
Rating: 0
DE88
Answers: 0
Views: 5
Rating: 0
F99 – Site Oficial de Cassino Online
Answers: 0
Views: 5
Rating: 0
vnd789games
Answers: 0
Views: 9
Rating: 0
56kuwincom
Answers: 0
Views: 8
Rating: 0
789clubmotorcycles
> More questions...
Answers: 0
Views: 9
Rating: 0