The directions are as follows:
This C program problem should be named “two_dimensional” and isbased on two-dimensional arrays. Create a two dimensional arraywith two columns and six rows, and load it with the values:
16, 18,
23, 54,
91, 11,
24, 52,
77, 16,
19, 59
Create a function named “dump” that will display the array inthe above format. Then write a function that will find the largestand smallest numbers in the array and display them along with therow and column position in which they were found.
Expert Answer
An answer will be send to you shortly. . . . .