- count no of characters, white spaces and vowels in a input line
- read a file and count no of characters, no of words and no of lines in the file. NOTE : Ensure that you have a file named 'text.txt' before executing
- find words that contain at least a vowel from a file and store it in a table and then find the no. of occurances that particular word in the file by taking word from the table. NOTE : Ensure that you have a file named 'test1.txt' before executing
- construct a finite automata which will identify the keywords like : if, for, while, do, else and identifiers from a file NOTE : Ensure that you have a file named 'test2.txt' before executing which consists a C program
- generate a symbol table from an assembly language program stored in a file using C program. NOTE : Ensure that you have a file named 'ass1.txt' before executing which consists a C program