[Solved] how can I create a truth table in turbo c [closed]
Let me try to answer your questions. Yes. There is no reason why you can’t. You need to write some sort of lexer to turn the expression into tokens. Then you can use the shunting yard algorithm to turn the expression into something you can easily evaluate. Use the result from (2) and evaluate it … Read more