Question:medium

Consider the following statements :
A. In a binary search tree, left sub tree has smaller value than right sub tree

B. In doubly linked list, only forward traversal is possible

C. In C, a function may not always return a value

D. Two dim array requires two index variables

E. A tree must have at least two nodes

Choose the correct answer from the options given below :

Show Hint

"Binary" in BST refers to the two-way split, but "Search" is enabled by the specific ordering: Left $<$ Root $<$ Right.
Updated On: Jun 6, 2026
  • A, B, C only
  • B, A, D only
  • C, D, E only
  • D, C, A only
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam