Question: In C Language. Create program that will declare a two dimensional array of size 5 X 5; There are a total of 25 elements in
In C Language.
Create 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;
print out the largest, smallest and biggest number in the array
print out the array by columns.
apply bubble sort technique to sort the array out and print it out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
