Lex program to count the number of comment lines in C program
Lex program to count the number of comment lines in a given C program and eliminate the comments and write into the output file Problem definition: Write a lex code to count the number of comment lines in a given C program. Also, eliminate them and copy the resulting program into a separate file. Structure […]
Lex program to count the number of comment lines in C program Read More »