Question: Use the following two-dimensional array named Arr to answer questions 36 through 38. 22 | 8 | 31 | 45 35 18 57 16 27
Use the following two-dimensional array named Arr to answer questions 36 through 38. 22 | 8 | 31 | 45 35 18 57 16 27 39 36 60 51 48 13 26 36. The value of Arr[1][3] is: a. 57 b4 C. 8 d. 3 e. none of these 37. Which of the following statements would properly declare this two-dimensional array in C++? A. int Arr[A][S]; B. int Arr(3][4]; C. int Arr[5][4]: D. int Arr[4][3]; 38 Which of the following statements is the proper function prototype for a function that will print this array? a. void Printit(const int arraylII), int rows, int columns); b. void Printit(const int array[411, int rows, int columns) c. void Printit(const int arraylIIS], int rows, int columns) d. void Printit(const int array, int rows, int columns)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
