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
go88jolieinnyc
Answers: 0
Views: 2
Rating: 0
iwinbetcom
Answers: 0
Views: 7
Rating: 0
GK888 – Nhà Cái Uy Tín, Thắng Lớn Mỗi Ngày
Answers: 0
Views: 7
Rating: 0
máy rửa xe
Answers: 0
Views: 10
Rating: 0
Cinecalidad help
Answers: 0
Views: 7
Rating: 0
Cinecalidad help
Answers: 0
Views: 7
Rating: 0
Cinecalidad help
Answers: 0
Views: 7
Rating: 0
Cinecalidad help
> More questions...
Answers: 0
Views: 7
Rating: 0