1.

The number of distinct nodes the following struct declaration can point to is

 struct node { struct node *left; struct node *centre; struct node *right; };

A. All of the above
B. 1
C. 2
D. 3
Answer» B. 1


Discussion

No Comment Found