1.

Explain different array operations in detail.

Answer»

1. Traversal: All the elements of an array is visited and processed is called traversal 

2. Search: Check whether the given element is present or not 

3. Sorting: Arranging elements in an order is called sorting



Discussion

No Comment Found

Related InterviewSolutions