Computer Science, asked by priyatauraus1, 10 months ago

Question:
Which one of the following arrays is valid?
O string[] names = [ "David", "Lyndsey", "Marianne", "Jenn" );
Ostring names[] = { "David", "Lyndsey", "Marianne", "Jenn" };
Ostring[] names = { "David", "Lyndsey", "Marianne", "Jenn" };
O string names[] = [ "David", "Lyndsey", "Marianne", "Jenn" );
Next​

Answers

Answered by pandeyshashant01
2

non of above

Explanation:

because in arrray we robot use comma

Similar questions