#include #include #include void main(){ FILE *f1,*f2,*f3,*f4; int lc,sa,l,op1,o,len; char m1[20],la[20],op[20],otp[20]; f1=fopen("input.txt","r"); //f3=fopen("symtab.txt","w"); fscanf(f1,"%s%s%d",la,m1,&op1); if(strcmp(m1,"START")==0) { sa=op1; lc=sa; printf("\t%s\t%s\t%d\n",la,m1,op1); } else { lc=0; }}