What is the maximum number of children that a node can have in a binary tree?
2026
What is the maximum number of children that a node can have in a binary tree?
Answer: D. 2 — Answer: d Explanation: The answer is d. The binary tree can contain utmost two children.
- A.
3
- B.
1
- C.
4
- D.
2
Attempted by 1379 students.
Show answer & explanation
Correct answer: D
Answer: d
Explanation: The answer is d. The binary tree can contain utmost two children.
Loading lesson…