InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements is NOT true ?1). Deleting an element from array is expensive compared to deleting an element from a linked list.2). The size of an array is generally fixed, whereas the size of a linked list is dynamic.3). Both, random access and direct access are allowed in a linked list.4). Inserting a new element in an array is expensive compared to inserting a new element in a linked list. |
| Answer» | |