找考题网-背景图
单项选择题

要检索出名为“myarray"的数组的第三行,应该用以下哪个代码?()

A.myarray[3]
B.myarray[,3]
C.myarray(row =“third”)
D.myarray[3,]