(A) n-subscripts
(B) two-subscripts
(C) only one subscript
(D) three subscripts only
Answer c.
Elements of multidimensional arrays also can be specified using
only one subscript, let the matrix .
it can be referenced as
A0,0 can be represented
by A[0].
A01 can be represented by A[1].
A10 can be represented by A[2].
Similarly
A22 can be represented by a[5]
No comments:
Post a Comment
Note: only a member of this blog may post a comment.