answersLogoWhite

0


Best Answer

A variable has a data type such as integer, string, double. A data type tells the variable to only store values that are a particular data type, so you can only store numbers without decimal points in an integer variable, and only characters such as "ABCD" in a string variable.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

data types in vb.net are boolean,char,single,double,decimal,short,byte,integer,long.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Q. Explain briefly the transitive nature of inheritance and its consequential benefit.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The default data type for Visual Basic is "object".

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

There are 17 data types in Visual Basic: Boolean; Byte; Char; Date; Decimal; Double; Integer; Long; Object; SByte; Short; Single; String; UInteger; ULong; User-Defined and; UShort.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the default data type for Visual Basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is class varient?

Variant is a data type in certain programming languages, particularly Visual Basic and C++ when using the Component Object Model.In Visual Basic (and Visual Basic for Applications) the Variant data type is a tagged union that can be used to represent any other data type (for example, integer, floating-point, single- and double-precision, object, etc.) except fixed-length string type and record types. In Visual Basic any variable, not declared explicitly or the type of which is not declared explicitly, is taken to be a variant.


How you can establish the properties in Visual Basic?

To establish a varibale in visual basic. You can write Dim xxx as 'data type' Public xxx as 'data type' Public allows a variable to be tranfered across forms. If you also use vb 2008.net, You have to declare ALL variables


What is the default data type in MS Access?

Text is the default data type in MS Access.


What is the default data type?

integer


Benefits of having data types in visual basic?

write a brief account of the beneifts of appropriate choice of data type (E.G ADDITIONAL VALIDATION, EFFICENCY OF STORAGE ETC


How do i declare a Floating Point Format Data Type That Can Hold Up To 110100000 In Visual Basic?

* it means 1 x 10^ 100000


What is integer in visual basic?

In the computer programming language Visual Basic, the data type integer is a whole number which can be used in calclations. It can be positive, negative, or zero. The default type of integer is 32-bit, but with "short" and "long" you can have 16- or 64- bit answers. The short data type works well with small numbers and saves RAM space. If overflow is a problem, long works better because of its larger capacity. To take the integer portion of a decimal, single, or double, use the int() function. int(3.925604) returns 3 as a decimal To convert a data type to integer, use cint() cint(int(3.925604)) returns 3 as an integer


What is the default disk type of Windows 2000?

Basic disk type


How do you visual basic?

I think you mean how do you work visual basic. Anyways, it is a programming language developed by Microsoft using a type of basic language. I would go to a site that will teach you vb (visual basic)


What is default values of different primitive data types?

in integral data types default value=0 in decimal type default value is 0.0 in boolean default value is fa


Why should double data type is preferable over float data type?

by default any float value is double


How do you basic?

I think you mean how do you work visual basic. Anyways, it is a programming language developed by Microsoft using a type of basic language. I would go to a site that will teach you vb (visual basic)