Question: What is the output after the code below is executed? #include #include #define row 4 #define col 4 int main(){ int i=1: int j: float
What is the output after the code below is executed? #include #include #define row 4 #define col 4 int main(){ int i=1: int j: float x: int ary[row][col]: for(i=0: i =0: j--) ary[i][j]-i*j + 1: } printf(" "): printf("%5s%5s ", "D1", "D2"): printf("%5s%5s ", "---", "---"): for(j=0: j
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
