InterviewSolution
Saved Bookmarks
| 1. |
To convert the postfix expression into the infix expression we use stack and scan the postfix expression from left to right.(a) True(b) FalseMy question is from Application of Stacks in division Application of Stacks of Data Structures & Algorithms IThe question was asked in a national level competition. |
|
Answer» The correct option is (a) True |
|