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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board