Multiple Choice
The first node in a linked list is commonly referred to as the ________ node.
A) head
B) tail
C) predecessor
D) successor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: When using a linked list,you do not
Q21: A linked data structure contains nodes and
Q22: Given the Node class created in number
Q23: A binary tree has exactly _ link
Q24: Making the Node class a private inner
Q26: A deep copy of an object is
Q27: A _ maps a data value such
Q28: Discuss the differences between a queue and
Q29: If you define a clone method,the class
Q30: A queue is a last-in/first-out structure.