COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Following are the basic operations supported by an array except ____
|
Insertion
|
|
Deletion
|
|
Search
|
|
Tracing
|
|
No answer
|
Explanation:
Detailed explanation-1: -Retrieve is not an operation on array.
Detailed explanation-2: -To traverse an array means to access each element (item) stored in the array so that the data can be checked or used as part of a process.
Detailed explanation-3: -Data Structure Operations – Searching – We can easily search for any data element in a data structure. Sorting – We can sort the elements either in ascending or descending order. Insertion – We can insert new data elements in the data structure. Deletion – We can delete the data elements from the data structure.
There is 1 question to complete.