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?


A.
7 + (3 * 5)
AnswerB.
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