Solved

Consider the Statement Int List[10][8];

Question 6

Multiple Choice

Consider the statement int list[10][8];.Which of the following about list is true?


A) list has 10 rows and 8 columns.
B) list has 8 rows and 10 columns.
C) list has a total of 18 components.
D) list has a total of 108 components.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions