Question: please help me to write the code in C language Problem solving (cont.) Given the two dimensions following matrix: Ai,j=3519118755941419252 Write functions that do the
Problem solving (cont.) Given the two dimensions following matrix: Ai,j=3519118755941419252 Write functions that do the following: - Finds the indexes of number 5. (answer: [0,2], [1,0], [2,3], [3,1]) - Find the sum of each row. (answer: 26,34,17,30 ) - Find the maximum value of each column: (answer: 9,18,14,19) - (Homework) write a program that tests whether the numbers of second diagonal of the array are odd
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
