

InterviewSolution
Saved Bookmarks
1. |
Any six data structural operation |
Answer» Data structure is a WAY of STORING the data in the computer's memory.Explanation:The following are the six data structure operations:Traversal.Insertion.Deletion. SEARCHING. SORTING . Merging. EXAMPLES of data structure are:StackQueueTreeGraphArray |
|