The number of distinct nodes the following struct declaration can point to is . . . . . . . .
struct node{ struct node *left; struct node *centre; struct node *right;};
struct node{ struct node *left; struct node *centre; struct node *right;};The number of distinct nodes the following struct declaration can point to is . . . . . . . .
struct node{ struct node *left; struct node *centre; struct node *right;}; Correct Answer All of the mentioned
মোঃ আরিফুল ইসলাম
Feb 20, 2025