The number of distinct nodes the following struct declaration can point to is . . . . . . . .<br><pre><code class="c-program">struct node{ struct node *left; struct node *centre; struct node *right;};</code></pre>

Correct Answer: All of the mentioned