1.

In a two dimensional array called list with dimensions 4 X 9 the element 2,3 can be accessed by using the expression ................

A. list[3][2]
B. list[2,3]
C. list[2][3]
D. list[3,2]
Answer» D. list[3,2]


Discussion

No Comment Found