Multiple choice

Which of the following data types in VB can hold data of any datatype except strings that have fixed lengths or datatypes that have been created by user?

  1. Boolean

  2. Variant

  3. String

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Variant data type hold data of any datatype except strings that have fixed lengths or datatype that have been created by user.