Solved

An Array of String Objects That Will Hold Five Names

Question 19

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:

verifed

Verified

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

Related Questions