The default data type for Visual Basic is
A. Integer
B. Boolean
C. Variant
D. String
Answers
Answered by
3
Answer:
variant
hope this helps you
Answered by
0
The default data type for Visual Basic is (c) Variant.
Definition of Variant;
Variant Data type- is the special kind of data for all variables excluding string data.
Characteristics of Variant Data Type;
- Variant data types hold the numeric representation. They are subdivided into categories called as subtypes.
- These subtypes helps to contain any data in a numeric form by using a Vartype function.
- A Variant contains the value such as null, empty, error.
- It simplifies the expressions that holds any data type. It makes the additional data in a specific context.
- It represents and defines any variables in a tag form.
Therefore, Variant is the default data type for visual basic. It helps and allows any variables in a simple expressions.
Similar questions