Solved

Which of the Following Correctly Declares a Dynamic Array of Strings

Question 39

Multiple Choice

Which of the following correctly declares a dynamic array of strings?


A) p1 = new string13) ;
B) p1 = new string[];
C) p1 = new string[13];
D) p1 = new stringArray13) ;

Correct Answer:

verifed

Verified

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

Related Questions