Question: 1. CS Question: a) When passing a static 2D array to a function, the number of columns must be specified in the function prototype and
1. CS Question:
a) When passing a static 2D array to a function, the number of columns must be specified in the function prototype and function heading. Explain why.
b) Give the C++ statements for the dynamic allocation of an array A with 3 rows and 5 columns. Draw a diagram that illustrates the structure of the dynamic array in memory. Carefully explain how the system would find the address of statement A[i][j] using the pointer structure associated with the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
