93.2k views
5 votes
Modify your main.c file so that it allocates a two dimensional array of integers so that the array has 20 rows of 30 integers in each row. Fill up the entire array so that the first row contains 0-29 the second row contains 1-30, the third row contains 2-31 and so on until the last row contains 19-48. Print the results in a grid so that your output looks like:

User Alfinoba
by
4.6k points

1 Answer

0 votes

Answer:

Step-by-step explanation:

b

User Varoons
by
5.1k points