#include#includevoid main() { char ch; int numberofword=0,wordStart=0; FILE *fp1 = fo...
include<ctype.h> void main(){ char ch;int numberofword=0,wordStart=0;FILE *fp1 = fopen("test.txt","r");FILE *fp2 = fopen("result.txt", "w");if( fp1==NULL || fp2==NULL ){ puts("cannot open file!");return;} while( !foef(fp1) ){ ch =fgetc(fp1);if( isa...