Question: Create a C program that will declare a two dimensional array of size 5 X 5; There are a total of 25 elements in the
Create a C program that will declare a two dimensional array of size 5 X 5; There are a total of 25 elements in the array. Use a random function to generate the numbers within the range of 1 and 100 and fill the array with random numbers.
print out the array by rows;
change the contents of array such that rows become columns and columns become rows.
print out the array by rows.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
