統計單詞,字符,和行

#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
相關文章
相關標籤/搜索