MCQOPTIONS
Saved Bookmarks
| 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. | 3 |
| B. | 2 |
| C. | 1 |
| D. | All of above |
| E. | None of these |
| Answer» E. None of these | |