Array

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