Vidyalelo
Data Structure · Q136

Stacks in Data Structures

Programming · Data Structure · question 136

Q136

For the given expression tree, write the correct postfix expression.

For the given expression tree, write the correct postfix expression.
Stacks in Data Structures mcq question image
A.
abc*+
Answer
B.
abc+*
C.
ab+c*
D.
a+bc*

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board