7. Arrays
Definition of an array, types of arrays, declaration, initialization and accepting data of single and double dimensional arrays, accessing the elements of single dimensional and double dimensional arrays.
Arrays and their uses, sorting techniques - selection sort and bubble sort; Search techniques โ linear search and binary search, Array as a composite type, length statement to find the size of the array (sorting and searching techniques using single dimensional array only). Declaration, initialization, accepting data in a double dimensional array, sum of the elements in row, column and diagonal elements [ right and left], display the elements of two-dimensional array in a matrix format.