Vidyalelo
C Programming · Q118

Structure and Union

Programming · C Programming · question 118

Q118

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.
1
B.
2
C.
3
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board