What is the result of a successful search operation in a BST when the searched element is not present?
A. The search will return the node containing the element.
B. The search will return the parent node of the searched element.
C. The search will return a null pointer.
D. The search will return the root node.
Answer: Option C

Join The Discussion