InterviewSolution
Saved Bookmarks
| 1. |
The type of expression in which operator succeeds its operands is?(a) Infix Expression(b) Prefix Expression(c) Postfix Expression(d) Both Prefix and Postfix ExpressionsI would like to ask this question from Stack Operations topic in division Abstract Data Types of Data Structures & Algorithms II got this question during an online interview. |
|
Answer» The correct choice is (c) Postfix Expression |
|