write c program to do the following :
-fill 2 dimensional array (square matrix array with size=4).
-ask the user to enter any integer number and add this number to the diagonals
-output the matrix (each row on separate row)
-calculate and output the sum of matrix