Multiple Choice
An array of string objects that will hold five names would be declared with which of the following statements?
A) string names[5];
B) string names(5) ;
C) string names 5;
D) String[5] = names;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: An array initialization must be all on
Q15: To assign the contents of one array
Q16: This vector function returns true if the
Q17: C++ limits the number of array dimensions
Q18: An array can store a group of
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]
Q24: A two-dimensional array of characters can contain<br>A)