Assignment 14 : Two dimensional Arrays (Part 1)
Hi,
- Write a “C” Program to print the array elements in reverse order.
- Write a “C” Program to read 2X2 matrix and print the elements of it.
- Write a “C” Program to read 3*3 matrix and print the elements of it.
- Write a “C” Program to read 4*4 matrix and print the elements of it.
- Write a “C” Program to read 5*5 matrix and print the elements of it.
- Write a “C” Program to read 3*5 matrix and print the elements of it.
- Write a “C” Program to find the addition of two matrices.
- Write a “C” Program to find the maximum element in two dimensional array.
- Write a “C” Program to find the maximum element in each row.
- Write a “C” Program to find the maximum element in each column.
- Write a “C” Program to print diagonal elements of a matrix.
- Write a “C” Program to print non-diagonal elements of a matrix.