Array manipulation involves operations such as _______ and _______ to modify array elements.

  • Concatenation, rotation
  • Insertion, deletion
  • Sorting, searching
  • Traversal, deletion
Array manipulation involves operations such as insertion and deletion to modify array elements. Insertion adds elements at a specific position, and deletion removes elements from a given position, helping to manage the array's content dynamically.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *