While evaluating the parse tree, which traversal technique is used to give the original input string?
A. Pre-order traversal
B. In-order traversal
C. Post-order traversal
D. Breadth-first traversal
Answer: Option B
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order

Join The Discussion