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)
→
What is the postfix form of the followin...
Q.
What is the postfix form of the following prefix: *+ab–cd
A.
ab+cd–*
B.
abc+*–
C.
ab+*cd–
D.
ab+*cd–
Answer» A. ab+cd–*
657
0
Do you find this helpful?
4
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
What is the postfix form of the following prefix expression -A/B*C$DE ?
The Postfix equivalent of the Prefix Notation * + ab - cd is
The postfix form of the expression (A + B)∗(C∗D − E)∗F / G is
The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
The postfix form of A*B+C/D is?
The prefix form of A-B/ (C * D ^ E) is?
The prefix form of an infix expression (p + q) – (r * t) is?
Which of the following statement is incorrect with respect to infix to postfix conversion algorithm?
Which of the following data structure is required to convert arithmetic expression in infix to its equivalent postfix notation?
The data structure required to evaluate a postfix expression is