|
#1
|
|||
|
|||
|
We have an assignment to convert infix to postfix. And I have made this initial code. When this program is executed, I'd type any word that is not an operator or '(' or ')'. For example my input is "asd" my output should be "asd" also. But in this code the ouput is only 'd'. Kindly how to fix this...
__________________
C++ domain name forum |
|
|