Question: #include #define SIZE 4 #define SIZE 3 void main() { int x[SIZE1][SIZE2]={ {1,5,7} , {11,16,20} , {2,9,13} , {60,4,21} }; int i,j,max=0; for(i=0;i
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
