Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Compiler Design Intermediate Code Generation Postfix Notation
The postfix form of the expression (A + B) * (C * D ‐ E) * F / G is _______.
1
A B + C D * E - F G / * *
2
A B + C D * E - F * * G /
3
A B + C D * E - * F * G /
4
A B + C D E * - * F * G /