Vidyalelo
Data Structure · Q118

Binary Search Trees(B Tree)

Programming · Data Structure · question 118

Q118

How many children does a binary tree have?

A.
2
B.
any number of children
C.
0 or 1 or 2
Answer
D.
0 or 1

Answer: Option C

Solution

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