I need to create an equation evaluator in c. Purpose is, i have an equation in string(char[]) form like "((2+3)log(165))^2" and need to evalute this in c. i cannot use any external c libraries (i can...