InterviewSolution
Saved Bookmarks
| 1. |
The expression obtained by recursively producing a left expression, followed by an operator, followed by recursively producing a right expression is called?(a) prefix expression(b) infix expression(c) postfix expression(d) paranthesized expressionMy query is from Trees topic in portion Trees of Data Structures & Algorithms IThis question was addressed to me in examination. |
|
Answer» Correct CHOICE is (b) INFIX EXPRESSION |
|