Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Compiler Design Intermediate Code Generation Postfix Notation
The reverse Polish notation of the following infix expression [A*{B+C*(D+E)}] / {F*(G+H)} is __________.
1
ABCDE+*+*FGH+*/
2
ABCDE*++*FGH+*/
3
ABCDE+*+*FGH*+/
4
ABCDE+**+FGH+*/