Computer Science, asked by mugdharay2020, 8 months ago

What is the use of Dim in Basic -256 ?​

Answers

Answered by aayu37
2

Answer:

The Visual Basic compiler uses the Dim statement to determine the variable's data type and other information, such as what code can access the variable. The following example declares a variable to hold an Integer value. You can specify any data type or the name of an enumeration, structure, class, or interface.

Answered by Anonymous
1

Answer: TheVisual Basic compiler uses the Dimstatement to determine the variable's data type and other information, such as what code can access the variable. The following example declares a variable to hold an Integer value. You can specify any data type or the name of an enumeration, structure, class, or interface.

Similar questions