Question: Modify your main.c file so that it allocates a two dimentional array of integers so that the array has 20 rows of 30 integers in

Modify your main.c file so that it allocates a two dimentional 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:

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
