which of the following statements is false?
A. when declaring a two-dimensional array as a formal parameter, you can omit the size of the first dimension or the second. B. when a two-dimensional array is passed as an actual parameter, the number of columns of the actual and formal arrays must match.
C. in a two-dimensional array, the elements are arranged in a table form.
D> c stores, in computer memory, two-dimensional arrays in a row order form.