Posts by MadSweeney • 3 points
1 post
-
0
votes1
answer146
viewsQ: Change the quadrants of an even-sized matrix
I get an array, and I must print it on the screen as shown in the image below. This is the current code: #include<stdio.h> int main(){ int matriz[4][4] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,…