Computer Science, asked by srutikc101, 13 days ago

Which of the following is not a data type in VBA?

Answers

Answered by shiva10978
0

Answer:

In VBA, if the data type is not specified, it will automatically declare the variable as a Variant

Answered by pk2778370
0

Arr is not a data type.

Step-by-step explanation:-

In computer science, the Boolean data type is a data type that has one of two possible values -usually denoted true and false.

character is a data type for storing /assigning alphabet and other symbols

int is a data type for storing/ assigning numberical values

Similar questions