When accessing an array element, by convention, the first subscript in a two-dimensional array identifies an element’s _________ and the second subscript identifies an element’s _________.

Fill in the blank(s) with the appropriate word(s).

row, column.

Computer Science & Information Technology

You might also like to view...

Which of the following is a benefit of using raised floors with specially configured tiles in a server room?

A. To provide for heat dissipation using forced air through the sub-floor. B. To provide for liquid cooling systems through the sub-floor. C. To provide a location for baffles or shrouds in the sub-floor. D. To provide a location for redundant power supplies in the sub-floor.

Computer Science & Information Technology

Returning references to non-const, private data:

a. Allows private functions to be modified. b. Is only dangerous if the binary scope resolution operator (::) is used in the function prototype. c. Allows private member variables to be modified, thus “breaking encapsulation.” d. Results in a compiler error.

Computer Science & Information Technology