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

A. 7 + (3 * 5)
B. 7 * (3 + 5)
C. (7 * 3) + 5
D. (7 + 3) * 5
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order

Join The Discussion