Thread
:
preorder traversal (recursive)
View Single Post
xpi0t0s
Mentor
15May2010,14:48
Without the rest of the program, the data given and the output received, it's impossible to say. From the code given, the second printf *willl* be of Node->leftchild->data, so it's impossible to say why you think it's rightchild.