Which of the following statements about passing a two-dimensional array is false?

A. To pass the whole array, only the array name and the number of columns is necessary.
B. To pass an individual element, the calling statement needs to use the array name and both indexes.
C. To pass a row, the calling statement needs to use only the array name indexed by the row number.
D. In the function definition for a fixed-length array, the formal parameter is a two-dimensional array with the size of the second-dimension specified.
E. In the function definition for a variable-length array, the size of all dimensions is specified.


Answer: A

Computer Science & Information Technology

You might also like to view...

Which expression adds 1 to the element of array arrayName at index i?

a. ++arrayName[i]. b. arrayName++[i]. c. arrayName[i++]. d. None of the above.

Computer Science & Information Technology

________ are stored in the database and used to display values that meet criteria

Fill in the blank(s) with correct word

Computer Science & Information Technology

On the client, a web browser is used to render the HyperText Markup Language (HTML)

Indicate whether the statement is true or false.

Computer Science & Information Technology

The process of integrating the governance of the physical security and information security efforts is known in the industry as __________.

A. convergence B. combination C. intimation D. optimization

Computer Science & Information Technology