1.

The declaration of a two dimensional array called list with dimensions 4 X 9 is represented as ..................

A. int list [4] [9]
B. int list [9][4]
C. int list [4,9]
D. int list[9,4]
Answer» B. int list [9][4]


Discussion

No Comment Found