Multiple Choice
The list pointer maintained with a list contains:
A) The smallest value in the list.
B) The record number of the smallest value in the list.
C) The mid value in the list.
D) The record number of the mid value in the list.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A linked list uses an extra field
Q2: A linked list is accessed:<br>A)Through a linked
Q3: The records in a file using a
Q4: The head pointer holds the field number
Q5: You need a head pointer and an
Q7: The linked field shows where the next
Q8: When using linked lists:<br>A)New records are always
Q9: A circularly linked list has no end.
Q10: A circularly linked list:<br>A)Is the same as
Q11: Linked lists must always be in order.