Multiple Choice
In rectangular array items,which expression below retrieve the value at row 3 and column 5
A) items[3. 4]
B) items[3][4]
C) items[3, 4]
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q64: The foreach statement is preferred over the
Q65: Multi-dimensional arrays require two or more indices
Q66: Which of the following correctly declares and
Q67: Which of the following will not produce
Q68: Arrays can be declared to hold only
Q70: Which of the following statements is false<br>A)
Q71: An array with m rows and n
Q72: Attempting to access an array element out
Q73: Which of the following sets of statements
Q74: Variable-length argument lists allow you to create