Vidyalelo
Data Structure · Q10

Trees in Data Structures

Programming · Data Structure · question 10

Q10

What is the degree of a node in a tree?

A.
The number of edges connecting to the node
B.
The number of children the node has
Answer
C.
The height of the node
D.
The level of the node

Answer: Option B

Solution

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