Programs of 1-D Arrays
Following programs have been developed in Dev C++. Click here to download Dev C++.
- Program to Traverse an Array
- Program to Insert Item into Unsorted Array
- Program to Insert Item into Sorted Array
- Program to Delete Item from Array
- Program to Search an Item using Linear Search
- Program to Search an Item using Binary Search
- Program to Sort an Array using Bubble Sort
- Program to Merge Two Unsorted Arrays
- Program to Merge Two Sorted Array