Posts

Lexical Analysis

Write a program to get the following equation as input from a file and create token(s) on another file for the possible variable to get the value from the user. After get the value from the user, regenerate all the token(s) on another file for calculation .  Equation: x = (a+b)/2 + 4*b

C Programming Source Code : Index-1

Index-1     Index-2     1.     C program to calculate any kindof equation |  View  | ------------------------------------------------------------------- 2.     C program to count vowel,consonant, arithmetic operator, special character, word and sentence from amultiple line string  |  View  | ---------------------------------------------------------------------------------------------------------------------- 3.     C program to count vowel,consonant, arithmetic operator, special character, word and sentence |  View  |  ---------------------------------------------------------------------------------------------------------------------- 4.     C program to read a string from a file and write it to the another file  |  View  | ------------------------------------------------------------------------------------------------------------ 5.     C program to read a string from a file  |  View  | ----------------------------------------------------------------------------