I need to make a program that adds diagonals to an array.
According to the example
ButI'mhavingalotoftrouble.Hereisthecode:#include<stdio.h>#include<math.h>#defineM4#defineN3intmain(){inti,j,soma=0;intmat[M][N]={{1,2,3},{4,5,6},{7,8...
asked by
20.04.2017 / 18:40