Multiple Choice
Each node of a singly linked list has two components: ____ and ____.
A) info, head
B) link, back
C) back, head
D) info, link
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Because each node of a linked list
Q15: You can use the pointer head of
Q16: Consider the following code which deletes all
Q17: In a linked list, the order of
Q18: A linked list is a collection of
Q20: A linked list is a random access
Q21: The link field of the last node
Q22: In a linked list, the link component
Q23: Every node (except of the last node)
Q24: It is not possible to create an