[amp_mcq option1=”3″ option2=”5″ option3=”4″ option4=”0″ correct=”option3″]
The correct answer is C.
The Length() method returns the number of elements in an array. In this case, the array strVB has 4 elements, so the value of len will be 4.
Option A is incorrect because the array strVB has 4 elements, not 3.
Option B is incorrect because the array strVB has 4 elements, not 5.
Option D is incorrect because the array strVB is not empty, so the value of len will not be 0.