Examveda

Which of the following expression can be represented by the given syntax tree?
Trees in Data Structures mcq question image

A. 7 + (3 * 5)

B. 7 * (3 + 5)

C. (7 * 3) + 5

D. (7 + 3) * 5

Answer: Option A


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures