Vidyalelo
Data Structure · Q140

Trees in Data Structures

Programming · Data Structure · question 140

Q140

What is the postfix expression for the following expression tree?

What is the postfix expression for the following expression tree?
Trees in Data Structures mcq question image
A.
abcde++**
B.
ab+cde+**
Answer
C.
abc+de+**
D.
abcd+*e+*

Answer: Option B

Solution

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