Which of the following is the correct statement to access the 15th element of the declared array? 
?
int myArray[6][5];
?

A. ?z = myArray[2][4];
B. ?z = myArray[4][2];
C. ?z = myArray[3][5];
D. ?z = myArray[5][3];

Answer: A

Computer Science & Information Technology

You might also like to view...

________ is a graphic file format that uses a color lookup table supporting up to 256 colors

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a worksheet is selected that is part of a group, the [Group] notation displays in the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology