统计单词,字符,和行

#include<stdio.h> void main() {  FILE *fp;  char ch;  int j,i=0,sum1[100000],sum2=0,sum3=1;  fp=fopen("D:\\test.txt","r");  if(fp==NULL)  {   printf("the file not found\n");  }  for(;(ch=fgetc(fp))!=E
相关文章
相关标签/搜索