Question: in c language For a given 2D array Ary, complete the following C code to calculate and print the average of even numbers of Ary.
For a given 2D array Ary, complete the following C code to calculate and print the average of even numbers of Ary. int Ary[3][4]={{3, 4, 5, 1}, {4, 2, 4, 3}, {7, 9, 4,3} }; int sum, count, i, j; ( 7 B I IEE g
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
