Vidyalelo
Data Structure · Q173

Trees in Data Structures

Programming · Data Structure · question 173

Q173

Which tree traversal technique is used to evaluate the expression represented by syntax tree?

A.
Pre-order traversal
B.
In-order traversal
C.
Post-order traversal
Answer
D.
Breadth first traversal

Answer: Option C

Solution

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