Q. What is wrong with the following statement?
Code:
Dim strCities As String = {"Bombay", "Chennai", "Ladakh", "Tamil Nadu"}
β
Correct Answer: (D)
array name should be strCities()