Question: Which of the following statements about binary trees is true?
Options:
Correct Answer: A binary tree can have at most two children per node.
Solution:
A binary tree is defined as a tree data structure in which each node has at most two children, often referred to as the left and right child.