InterviewSolution
Saved Bookmarks
| 1. |
What if a pointer is lost or damaged in a linked allocation?(a) the entire file could get damaged(b) only a part of the file would be affected(c) there would not be any problems(d) none of the mentionedThis question was addressed to me during an internship interview.Origin of the question is File System Implementation in chapter File Systems and their Implementation of Operating System |
|
Answer» Right CHOICE is (a) the ENTIRE FILE COULD get damaged |
|