scanf() but arbitrary order of data type

前端 未结 0 410
慢半拍i
慢半拍i 2021-01-06 05:23

I\'m creating a program that evaluates postfix expression, e.g. 12 2 + 3 * means (12+2)*3 = 42. I want to push the numbers in a stack

相关标签:
回答
  • 消灭零回复
提交回复
热议问题