497 views
0 votes
0 votes

This will be false but given is true.I think a postfix expression is not always the reverse of the prefix expression eg A+B*C

postfix:ABC*+ & prefix:+A*BC so how postfix is reverse to prefix

But here eg a+a

postfix:aa+ & prefix:+aa

so a postfix expression is not always the reverse of the prefix expression.Am i right?

1 Answer

Related questions

0 votes
0 votes
1 answer
1
Abhrajyoti00 asked Oct 29, 2022
744 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?