answersLogoWhite

0

Different computer languages use different amounts of memory to store integers. For example, C++ uses a minimum of 4 bytes, Java a min of 8 bytes. A long integer is one which is requires more bytes than the standard amount. When the storage requirement gets to twice the standard amount, the number becomes a double integer.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What are the different number field types in access?

In Microsoft Access, there are several number field types, including Byte, Integer, Long Integer, Single, and Double. The Byte type stores small integers (0 to 255), while Integer can hold values from -32,768 to 32,767. The Long Integer type accommodates larger whole numbers, ranging from -2,147,483,648 to 2,147,483,647. For decimal numbers, Single and Double types are used, with Single having less precision than Double.


Is 2 1517 an integer?

If you mean 21517 then it is an integer because it is a whole number. If you mean 2.1517 then it is not an integer because it is not a whole number.


What does 4 mean in maths?

It is an integer which is the successor to the integer 3.


How do you get a negative integer with a positive integer and a negative integer?

As long as the negative integer is greater than the positive integer, a negative integer will result from addition, subtraction, multiplication, and division.


What are the various forms of integer constant?

int.float,double,


What can you say about the sum of two positive integers?

The sum will be a positive integer.It will be at least as large as double the smaller integer and at most as large as double the larger integer.


What an integer mean?

An integer is a whole number without fractions or decimals


Is nonnegative integers a positive integer?

Yes but a double negative integer is also positive as for example --2 = +2


Is 5 110 an integer?

If you mean 5110 then it is an integer because it is a whole number


Where does the word integer and what does it mean?

"Integer" comes from Latin and means "whole" or "intact."


What is an integer for 14?

i dont get what you mean because any number is an integer, technically...


Can an integer be 3 and a half?

No, an integer cannot contain a decimal place. Instead consider using a double or a float for decimals.