A binary tree node can have at most two children.
Practice this question from Quiz: Trees, Stacks, and Queues, with options and an explanation.
Question
A binary tree node can have at most two children.
Option A — Correct answer
True
Binary trees allow up to two children per node.
Option B
False
Binary trees allow up to two children per node.