answersLogoWhite

0


Best Answer

This all depends on the value you want to hold. A byte, short, int and long all store integers with increasing upper limits, respectively. Floats and doubles hold numbers with mantissas, decimal places. Booleans hold true or false values. Characters hold a character (alpha-numeric values). Strings (not primitive data types but treated as such) hold a list of characters.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What data type can store a variable amount?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which data type can store any data?

There is no such data type. However, when we use user-defined data types of our own type, then that type of data can be stored in a variable. So as a term, you may say that user-defined data type can store any data. As the data-type used in any variable will be depending upon us.


Is class a pointer?

No. In computer programming, a class is a data type while a pointer is a variable that can store a memory address.


What data type would you use for the value 40?

Integers- Used to store Numbersfor exampleDim X As IntegerX = 10lblDisplay.Text = "The Integer value store in the variable is" & x


What is the default data type for Visual Basic?

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.


What is string array?

A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.A string array is an array whose contents are strings.An array is when you use a single variable names to store different data items. The data items are distinguished by a number (sometimes by more than one).A string is a data type used to store texts. It may contain letters, digits, or other symbols.

Related questions

Data type can store a variable amount of text or combination of text and numbers?

memo


What is a data type that can store variable amount of text or combination of text and numbers?

Memo


In access 2007 what is the data type you can store a variable amount of text or combination of text and numbers?

Memo


What defines a data type?

the type of data which we store in a variable.. example: int a=10; /*here a is variable (data) which is of type int and stores a value 10.*/


What type of data type can store a variable amount of text or combination of text and numbers where the total number of characters may exceed 255?

memo


Which data type can store any data?

There is no such data type. However, when we use user-defined data types of our own type, then that type of data can be stored in a variable. So as a term, you may say that user-defined data type can store any data. As the data-type used in any variable will be depending upon us.


How much data can a global variable contain?

This question is meaningless. 'Variable' is not a type, and scope does not determine how much 'data' something can store.


A n BLANK data type can store a variable amount of text or combination o text and numbers where the total number of characters may exceed 255 a Unlimited b Variable c Memo d Character?

memo


How do you store a character in a variable?

In Java a primitive data type called 'Char' is used to store a single character of text.Char myChar = "a";


What is the use of variables in c language?

Variable is of any Data Type and Data Type can be defined as a type of value that a Variable will hold.............means which type of value you want to store, eg: fractional value (3.5454), whole value (3,76,3,67), character value (a,v,c,f,b,z) etc.......... So The Use the Variable is to store a value of any kind (some mentioned above)


Is class a pointer?

No. In computer programming, a class is a data type while a pointer is a variable that can store a memory address.


What data type would you use for the value 40?

Integers- Used to store Numbersfor exampleDim X As IntegerX = 10lblDisplay.Text = "The Integer value store in the variable is" & x