Vidyalelo
Data Structure · Q123

Binary Search Trees(B Tree)

Programming · Data Structure · question 123

Q123

What is the maximum number of children that a binary tree node can have?

A.
0
B.
1
C.
2
Answer
D.
3

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board