Q495
What is the value of len in the following Visual Basic code? Dim strCities() As String = "Bombay", "Chennai", "Ladakh", "Tamil Nadu" Dim len As Integer len = strCities.Length()
A.
4
AnswerB.
0
C.
3
D.
5
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board