MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the below representation and predict what will be printed on the screen by following statement ?start->next->data |
| A. | Access the “data” field of 3rd node |
| B. | Access the “data” field of 1st node |
| C. | Access the “data” field of 2nd node |
| D. | None of these |
| Answer» D. None of these | |