Posts by Lucas Jesus • 1 point
1 post
-
0
votes0
answers397
viewsQ: Infixa to Pósfixa conversion - C STACK
Code that should be given an arithmetic expression in infix notation (common) for postsphere notation (reverse Polish). For example, when receiving (A+BC) he should print ABC+. The problem with my…