MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is essential for converting an infix expression to the postfix from efficiently? |
| A. | An operator stack |
| B. | An operand stack |
| C. | An operand stack and an operator stack |
| D. | A parse tree |
| Answer» B. An operand stack | |