VB Dot Net Developer Question:

Explain ReDim keyword?

Tweet Share WhatsApp

Answer:

Redim keyword is exclusively used for arrays and it is used to change the size of one or more dimensions of an array that has been already declared. Redim can free up or add elements to an array whenever required.

Download VB .Net Developer PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Explain Option Explicit?Explain jagged array in VB.Net?