Vidyalelo
Data Structure · Q130

Trees in Data Structures

Programming · Data Structure · question 130

Q130

Which of the following expression can be represented by the given syntax tree?

Which of the following expression can be represented by the given syntax tree?
Trees in Data Structures mcq question image
A.
7 + (3 * 5)
Answer
B.
7 * (3 + 5)
C.
(7 * 3) + 5
D.
(7 + 3) * 5

Answer: Option A

Solution

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