Assume a linked list is made of nodes from a Node struct, which has an info data member and a next data member. A start pointer points to the beginning of the linked list, which has more than one node. To access the info in the second node of the linked list, we should use the code:

A. info->start->next
B. start->info
C. start->next->info
D. start->next->next->info

C

Computer Science & Information Technology

You might also like to view...

The extension for a Microsoft PowerPoint 2016 presentation is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Storage Spaces can be used to create a striped drive array

Indicate whether the statement is true or false

Computer Science & Information Technology