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?

  1. A.

    3

  2. B.

    1

  3. C.

    4

  4. D.

    2

Attempted by 903 students.

Show answer & explanation

Correct answer: D

Answer: d

Explanation: The answer is d. The binary tree can contain utmost two children.

Explore the full course: Coding For Placement