Arrays
Combined Two Arrays in one Arr1[]={23,45,67,89,3}, Arr2[]={65,21,43,90,32};
Write a Program To Remove Duplicates Arr1[]={78,43,22,34,12,43}?
Write a Program To Find Duplicates Arr []= {78,43,22,34,12,43} ?
Find the smallest and Largest elements in Array Arr[]={23,45,78,90,21,12,3};
Find the 2 smallest element in Array Arr[]={23,45,78,90,21,12,3};
Find the 2 largest Element in Array Arr[]={23,45,78,90,21,12,3};
Reverse an Array Arr[]={23,45,78,90,21,12,3};
Write a Program to Sort an to ascending order Arr[]={23,45,78,90,21,12,3};
Write a Program to Sort an to Descending order Arr[]={23,45,78,90,21,12,3};
Find the missing number in Array Arr[]={1,2,3,5,6,7};
Write a Program to print most repeated value in Array ?
Find the Duplicates in Array and print sum of numbers ?
Write a Program move all Zeros at the end {23,0,0,045,67,12,0};
Write a Program to print after every Value include Zero {67,9,2,8,1};