Multiple Choice
A two-dimensional array of characters can contain
A) strings of the same length
B) strings of different lengths
C) uninitialized elements
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: An array of string objects that will
Q20: To pass an array as an argument
Q21: Arrays must be _ at the time
Q22: An array's size declarator must be a
Q23: What will the following code display?<br>Int numbers[4]
Q25: An array can easily be stepped through
Q26: A(n) _ can be used to specify
Q27: An array with no elements is<br>A) legal
Q28: By using the same _ you can
Q29: Although two-dimensional arrays are a novel idea,