What are the operations of array in data structure?
What are the operations of array in data structure? Basic Operations Traverse − print all the array elements one by one. Insertion − Adds an element at the given index. Deletion − Deletes an element at the given index. Search − Searches an element using the given index or by the value. What are array operations? Array operations are operations that are performed on vectors or matrices term by term or element by element. What are the operations of data structure? The possible operations on the linear data structure are: Traversal, Insertion, Deletion, Searching, Sorting and Merging. Examples of Linear...