| 1 | Reversal of an Array |
| 2 | Program to Read and Display entered numbers using an Array |
| 3 | Find the Average of Elements of Array |
| 4 | Find Smallest element and it’s position of an Array |
| 5 | Program For Finding Second Smallest Element Of Array |
| 6 | Program for finding Second Largest Element Of Array |
| 7 | Program to form a number using entered digits |
| 8 | Program to insert a number at given position of an Array |
| 9 | Insert a number in an array sorted in ascending order |
| 10 | Program to delete an element from given location in an array |
| 11 | Program to delete an element from an array sorted in ascending order |
| 12 | Program to merge two sorted arrays |
| 13 | Program to swap maximum and minimum element of Array |
| 14 | Program to read and display 2D array |
| 15 | Program to Transpose a matrix |
| 16 | Program to Add two Matrices |
| 17 | Program to Multiply two Matrices |
| 18 | Program to Search for an Element in an Array |
| 19 | Program to Rearrange an array such that arr[i]=i |
| 20 | Program to Reverse an Array using Recursion |
| 21 | Program to Find Median of a Array |
| 22 | Program to Find Mode of a Array |
| 23 | Program to Find the smallest missing number |
| 24 | Program to Find missing odd number in first n odd number |
| 25 | Program to Find K largest elements from array |
| 26 | Program to Find Value equal to index value |
| 27 | Program to Check Array is Perfect or Not |
| 28 | write a Program to find index of two array elements whose sum is equal to given value |
| 29 | Program to find maximum and second maximum if elements of array is space separated input |
| 30 | Program to make pair of elements alternatively |
| 31 | Program to Print How Many Numbers Smaller than Current Number |
| 32 | Remove Duplicate Elements From Array |