Figure out the issue in the piece of code below Dim arr(5) s = 10 Redim arr(s)

  1. Code above is perfectly valid

  2. Redim size is invalid

  3. Cannot redim a static array

  4. None


Correct Option: C

Find more quizzes: