CUET-UG SERIES Computer-science
Postfix Notation
3 previous year questions.
Volume: 3 Ques
Yield: Medium
High-Yield Trend
1
2024 2
2023 Chapter Questions 3 MCQs
01
PYQ 2023
medium
computer-science ID: cuet-ug-
Convert A+(B*C-(D/E^F)*G)*H into its equivalent postfix expression.
1
ABCDEFGH+*-/^**
2
ABC*-DEF^/G*H*+
3
ABC*DEF^G*-H*+
4
ABC-DEF^/G**H*+
02
PYQ 2023
medium
computer-science ID: cuet-ug-
Given an infix expression ((X+Y)*Z)/(5i+W) write its postfix notation :
1
XY+Z5W*+/
2
XYZ5+W*+/
3
XY+Z*5W+/
4
XYZ+*5W+/
03
PYQ 2024
medium
computer-science ID: cuet-ug-
Evaluate the given postfix expression:
Expression: 3 5 * 6 2 + 3 -
Expression: 3 5 * 6 2 + 3 -
1
39
2
-9
3
15
4
-17