Vidyalelo
Data Structure · Q39

Trees in Data Structures

Programming · Data Structure · question 39

Q39

In a complete binary tree, which property holds true?

A.
All levels are completely filled except possibly the last level, which is filled from left to right.
Answer
B.
All nodes have exactly two children.
C.
The tree is perfectly balanced.
D.
All nodes have only one child.

Answer: Option A

Solution

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