Examveda

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


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)