Posts by Willams Costa • 563 points
1 post
-
46
votes5
answers9524
viewsQ: Receive an expression and calculate in C
I am developing this program that should receive an expression from the user and do the calculation. Ex: Insert an expression 3*5-1 14 My problem is how to handle the user-sent expression. I was…