FILE * fp = fopen("D://EMP//000001.day","r");
if(!fp)
printf("file is not exists/n");
int i;
i = getc(fp);
printf("%d",i);
system("pause");
FILE * fp = fopen("D://EMP//000001.day","r");
if(!fp)
printf("file is not exists/n");
int i;
i = getc(fp);
printf("%d",i);
system("pause");