Q687
What is wrong with the following statement? Dim strCities As String = "Bombay", "Chennai", "Ladakh", "Tamil Nadu"
A.
static keyword missing
B.
array elements should be initialized using single quotes
C.
array elements should be in square brackets
D.
array name should be strCities()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board