#include<stdio.h>
#include<conio.h>
main(int argc,char *argv[])
{
FILE *fp;
int i;
char word[15];
fp=fopen (argv[1],"w");

