System Software Lab 1| Read Now
System Software VTU Lab Program 1 a] Write a LEX program to recognize valid arithmetic expressions. Identifiers in the expression could be onlyintegers and operators could be + and *. Count the identifiers & operators present and print them separately.…