" "a" is assigned a value that is never used " getting error in C programming.
pls any one solve this question. when and why becomes this type problem in turbo C/C++ compiler
char a;
FILE *f1;
while((a=getc(f 1))!='\n')//
pls any one solve this question. when and why becomes this type problem in turbo C/C++ compiler
char a;
FILE *f1;
while((a=getc(f 1))!='\n')//
Comment