Multiple Choice
When traversing a binary tree with the pointer current,the pointer current is initialized to ____.
A) NULL
B) llink
C) rlink
D) root
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The operations to do inorder, preorder, and
Q2: After deleting the desired item from a
Q14: Each link in a binary tree node
Q18: To delete an item from the binary
Q21: The _ of a path in a
Q24: A pointer to the root node of
Q29: In copying a binary tree, if you
Q31: The search function searches the binary search
Q36: The _ of a binary tree is
Q43: Three lines at the end of an