In the 2-D array declaration: int matrix[10][20]; the rows are represented by which number?

A. 20
B. 2
C. 10
D. A and C


C

Computer Science & Information Technology

You might also like to view...

If someone tries to log into a system using a daemon account, but the daemon account does not have a valid shell assigned to it, they would normally see a standard warning. If you want to customize the error, which of the following files can you put a message in that will display upon an attempted login?

A. /etc/deny.login B. /etc/banner.conf C. /etc/nologin.txt D. /etc/warning.txt

Computer Science & Information Technology

Given the declaration int list[20]; the statement list[12] = list[5] + list[7]; updates the content of the twelfth component of the array list.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A chart element that contains descriptive labels for the data points plotted in a chart.

What will be an ideal response?

Computer Science & Information Technology

List four guidelines for correct modular programming.

What will be an ideal response?

Computer Science & Information Technology