Solved

Which of the Following Statements About Arrays Are True

Question 32

Multiple Choice

Which of the following statements about arrays are true?
A. An array is a group of variables containing values that all have the same type.
B. Elements are located by index.
C. The length of an array c is determined by the expression c.length() ;.
D. The zeroth element of array c is specified by c[0].


A) A, C, D.
B) A, B, D.
C) C, D.
D) A, B, C, D.

Correct Answer:

verifed

Verified

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

Related Questions