Microsoft
98-361 · Question #363
98-361 Question #363: Real Exam Question with Answer & Explanation
The correct answer is D. doubly linked list. See the full explanation below for the reasoning.
Question
You are developing a program that performs frequent insert and delete operations on the data. Your requirement also dictates the capability to access previous and next records when the user clicks the previous or next button. Which of the following data structures will best suit your requirements?
Options
- Aarray
- Bcircular linked list
- Clinked list
- Ddoubly linked list
Community Discussion
No community discussion yet for this question.