Solved

When Using Linked Lists

Question 8

Multiple Choice

When using linked lists:


A) New records are always added to the bottom of the file.
B) Deleting data is accomplished by moving all records up,after the deleted record,therefore,eliminating the deleted record.
C) When data is deleted,the links are changed to jump over the deleted record.The deleted record number is entered into the empty list.
D) New records are always added to the top of the file.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions