Vidyalelo
Data Structure · Q146

Stacks in Data Structures

Programming · Data Structure · question 146

Q146

From the given Expression tree, identify the correct postfix expression from the list of options.

From the given Expression tree, identify the correct postfix expression from the list of options.
Stacks in Data Structures mcq question image
A.
ab*cd*+
B.
ab*cd-+
Answer
C.
abcd-*+
D.
ab*+cd-

Answer: Option B

Solution

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