What is the order in which nodes of this tree are processed in inorder?
Answer: A
In inorder, the parent is processed in between its children. For this tree, that gives the same order as Java source code (infix).
Contents Page-10 Prev Next Page+10 Index