Multiple Choice
In a linked list, the order of the nodes is determined by the address, called the ____, stored in each node.
A) head
B) tail
C) link
D) first
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The _ deallocates the memory occupied by
Q13: What is the purpose of the following
Q14: Because each node of a linked list
Q15: You can use the pointer head of
Q16: Consider the following code which deletes all
Q18: A linked list is a collection of
Q19: Each node of a singly linked list
Q20: A linked list is a random access
Q21: The link field of the last node
Q22: In a linked list, the link component