C Programming - Assignment 12

 Assignment 12

-----------------------------


  • Create a 3 x3 matrix, input values to that matrix and display the values.
  • Input values in a 3 x 3 matrix and print those values which are even
  • Input values in  a[3][3] and  b[3][3] then find the sum of the matrices. Then display the resultant matrix
  • Input values in a[3][3] and b[3][3] then find the difference of the matrices. Display the resultant  matrix
  • Input values in a[3][3] and b[3][3] then find the product of the matrices. Display the resultant matrix
  • Input values in a 3 x 3 matrix and then transpose the values of this matrix
  • Input the values in a 3 x 3 matrix and print the values of only the upper triangle
      



  • Input values in a 3 x 3 matrix and print the values of only lower triangle.

  




Comments