McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Expression into postfix expression: (A -...
Q.
Expression into postfix expression: (A - B) * (D / E)
A.
ABDE - * /
B.
- * / ABDE
C.
A B - D E * /
D.
* - A B / D E
Answer» D. * - A B / D E
2.4k
0
Do you find this helpful?
17
View all MCQs in
Data Structures (DS)
Discussion
Mangat Saini
1 year ago
C is the correct answer.
0
Login to comment
Related MCQs
The postfix form of the expression (A + B)∗(C∗D − E)∗F / G is
What is the postfix form of the following prefix expression -A/B*C$DE ?
The data structure required to evaluate a postfix expression is
What is the value of the postfix expression 6 3 2 4 + – *?
The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
Which of the following data structure is required to convert arithmetic expression in infix to its equivalent postfix notation?
What is the postfix form of the following prefix: *+ab–cd
The postfix form of A*B+C/D is?
Which data structure is needed to convert infix notation to postfix notation?
What is the time complexity of an infix to postfix conversion algorithm?