Multiple Choice
The records in a file using a linked list:
A) Must be in order when starting.
B) Must be in order at all times.
C) Does not need to be in order.
D) None of the above.
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
Q4: The head pointer holds the field number
Q5: You need a head pointer and an
Q6: The list pointer maintained with a list
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.