Write down the output on the screen, when the following fragments of code areexecuted:0) && (j 6. int i,sum=0; for (i=10 ; i>0 ; i++){ sum+=i*i; i++; } printf("%d\n", sum); 7. int a[3] [3]={{1, 2, 3},...


Write down the output on the screen, when the following fragments of code are
executed:


6. int i,sum=0;<br>for (i=10 ; i>0 ; i++){<br>sum+=i*i;<br>i++;<br>}<br>printf(0) && (j<5) ){="" printf("%d\n",i/j);="" i--;="" j++;="" }="" "/="">
Extracted text: 6. int i,sum=0; for (i=10 ; i>0 ; i++){ sum+=i*i; i++; } printf("%d\n", sum); 7. int a[3] [3]={{1, 2, 3}, {4, 5, 6}, {7, 8 ,9}}; for (i=0 ; i<3 ;="" i++){="" for="" (j="0" ;=""><3 ;="" j++){="" printf="" ("%d="" ",="" a[j]="" [i]);="" }="" printf("\n");="" }="" 8.="" int="" i="10,j=1;" while(="" (i="">0) && (j<5) ){="" printf("%d\n",i/j);="" i--;="" j++;="">

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here