

MCQOPTIONS
Saved Bookmarks
1. |
If start is pointing to first node of the linked list then consider the following statement -start = start->next;current = start->next;what will be the value of address field of current ? |
A. | 5571 |
B. | 5572 |
C. | 3225 |
D. | 2184 |
Answer» B. 5572 | |