1
Answer

Write a c function that takes 2 integer parameters. The

Amani Hussam

Amani Hussam

10y
987
1
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
Answers (1)