We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Array Assignments
1. WAP to read and print the element of array of size 10.
2. WAP to read the elements in array and print in reverse order. 3. WAP to calculate sum of all elements of an array. 4. WAP to perform sum of all the even elements of array. 5. WAP to perform element wise sum of two 1-D array of size 6 and store in third array. 6. WAP to copy the element of one array into another array. 7. WAP to read the elements in array and reverse the elements within array and print. 8. WAP to sort an array in ascending/descending order. 9. WAP to read and print the elements of 2-D array. 10.WAP to perform the sum of all elements of 2-D array. 11.WAP to perform sum of rows and columns of 2-D array. 12.WAP to perform sum of all diagonals of 2-D array . 13.WAP to print transpose of a matrix. 14.WAP to perform sum of two matrixes. 15.WAP to perform subtraction of two matrixes. 16.WAP to perform multiplication of two matrixes.