This program takes a C code in a .txt file format and identifies the variables, keywords, string literals, operators, constants and methods.
Provide the input file as "ipcode.txt". It will return two output files :
opcode.txt - The source code without single and multi-line comments.
table.txt - Table of tokens identified by the program.