Answer:
Jagged array is nothing but an array of arrays. Each entry in the array is another array that can hold any number of items.
Previous Question | Next Question |
Explain ReDim keyword? | Can you please explain the difference between Dispose and Finalize()? |