COMPUTER SCIENCE AND ENGINEERING
THEORY OF COMPUTATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In Reverse Polish notation, the expression A*B+C*D is written as
|
A*BCD*+
|
|
AB*CD+*
|
|
AB*CD*+
|
|
A*B*CD+
|
Explanation:
Detailed explanation-1: -1 Answer. The best I can explain: RPN is AB*CD*+.
Detailed explanation-2: -In Reverse polish notation, expression A*B+C*D is written as-Apoorva.
Detailed explanation-3: -For example, ABC is a reverse Polish expression using the triadic operator that finds the maximum of A, B and C. In this case the operator acts on the three operands to its left and it translates to a function call something like (A, B, C).
Detailed explanation-4: -Postfix Notation This notation style is known as Reversed Polish Notation.
There is 1 question to complete.