Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 354 Bytes

Question.md

File metadata and controls

10 lines (9 loc) · 354 Bytes

Write c programs for

  1. Sum of main diagonal and opposite diagonal elements.
  2. Product of 2 matrices
  3. Sum of each row and column of a matrix. 4.pgm to find the transpose of a matrix
  4. Pgm to find upper triangular matrix. 6.pgm to check whether 2 matrices are same or not 7.Fibonacci using recursion 8.Sum of n numbers using recursion