Write a c function that takes 2 integer parameters. The
Q1) write a c function that takes 2 integer parameters. The first parameter is a 2 dimensional array of 4 columns and the second parameter is the number of rows then the function prints the count of odd numbers in each row. And use this function in a c program