Multiple Choice
The ________ of a linked list points to the first node in the list.
A) starter
B) head
C) tail
D) declaration
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Deleting an entire linked list requires a
Q8: A _ is used to step through
Q9: One advantage a linked list has over
Q10: Moving through a linked list is referred
Q11: If a node is not the first
Q13: Variations of the linked list are<br>A) doubly-linked
Q14: Each node in a _ list contains
Q15: Adding a new node in the middle
Q17: To concatenate two linked lists, it is
Q39: Linked lists are less complex to code