#taceofmatrixinc #SUMOFDIAGONALELEMENTSOFMATRIX #clanguage
C Program to find the sum of all diagonal elements of a given matrix. Loop variable i - represents rows Loop variable j - represents columns diagonal elements are those where indexes i==j