摘要:
The C Program Language 中的练习题,清除输入行的空 1 #include 2 int strlen(char *s) 3 { 4 int n; 5 for(n=0; *s++!='\0'; n++); 6 return n; 7 } 8 int m... 阅读全文
posted @ 2014-07-01 14:52
hello-real
阅读(185)
评论(0)
推荐(0)
摘要:
The C Program Language 6.5节统计所用输入单词出现的次数,为啥遍历会出现错误 1 #include 2 #include 3 #include 4 #include 5 6 #define MAXWORD 100 7 struct tnode{ 8 ... 阅读全文
posted @ 2014-07-01 14:31
hello-real
阅读(217)
评论(0)
推荐(0)

浙公网安备 33010602011771号