This flashcard is just one of a free flashcard set. See all flashcards!
3
In the two-dimensional array, table1, to reference an element at row 3 column 4, use:
A) table1[3,4]
B) table1[3][4]
C) table1(3,4)
D) table1(3)(4)
A) table1[3,4]
B) table1[3][4]
C) table1(3,4)
D) table1(3)(4)
B) table1[3][4]