Multiple choice technology In Strictly binary tree, out degree of each node will be.... zero or 2 zero ,1 or 2 No limit on number of nodes None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In a strictly binary tree (also known as a full binary tree), every node has either zero children (leaves) or exactly two children (internal nodes). No node can have only one child.