Question: Which of the following function header can take a float 2 D array with 1 0 rows and 1 0 columns? void fun ( float

Which of the following function header can take a float 2D array with 10 rows and 10 columns?
void fun(float M][10], int r, int c)
void fun(float M[10][10], int r, int c)
void fun(float M[10][], int r, int c)
void fun(float M, int r, int c)
int fun(float M][10])
void fun(float M[I[, int r, int c )
Which of the following function header can take a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!