The list of array programs to be solved for revision.
- Declare,create, initialise and print the elements of an array.
- Find the maximum and minimum element of an integer array.
- Find the aum and average of an integer array
- Sort the elements of the array in ascending or descending order by using bubble sort or selection sort method.
- Search for an element in the array using linear or binary search technique.
- Take input from the user and make a pendulum array.
- Make a string array and reverse all t words of the array.
- Insert an element in the array at a particular position.
- Delete a particular element from an array.
- Merge two arrays.
- Make an array of integer and reverse all the elements of the array.
- Accept a string array and print each word with its lemgth and potential (sum of ascii values of each letter of the word)
- Accept a string array and find the longest and shortest word with its length. DOUBLE DIMENSIONAL ARRAY PROGRAM
- create , initialise and print a DDA(Double dimensional array)
- Print the sum of each rows in a DDA
- Print the sum of each column in a DDA
- Print the sum of left and right diagonal of a DDA
- Print the maximum and minimum element of a DDA
- Print the sum of boundry elements of a DDA
- Print the sum of non boundry elements of a DDA