answersLogoWhite

0

32 bits or 4 bytes.

This depends heavily on the processor architecture your computer uses, AND the programming language you are using.

Typically, an integer is 1 word in length, however that processor architecture defines "word". That could be 32-bits (4 bytes), 64-bits (8 bytes), 8-bits (1 byte), or even 9 bits (in certain old computers).

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How many bytes are required to store an unsigned integer range?

4


How much memory is required to store an integer data type?

integer data type consumes memory of 4 bytes or 32 bits


How many bytes are required to store an float in ADA?

four


What do you mean by long integer and double integer?

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.


How many bits or bytes required to store the robot?

40 bits or 5 byrtes


How many bytes are required to store a character string?

about eight bits, which is equal to one byte


Types of data type?

A data type that can store integer numbers. The details vary depending on the programming language; many language have different integer types to accomodate different sizes. This lets the programmer use a smaller size (and save memory space) when he only needs to store fairly small numbers - and especially when he needs to store LOTS of fairly small numbers, as in an array. Common sizes include 1 byte, 2 bytes, 4 bytes and 8 bytes of storage.


What is the bit capacity of a memory that has 1024 addresses and can store 8 bits at each address?

1024 bytes is 8192 bits.


Why limit file size in FAT32?

FAT32 uses a 32-bit unsigned integer to store the file size, and thus limits each file to 232-1 bytes in size.


How many bytes are used to store a 64-bit number?

how many bytes are there in a 64-bit machine? Another Answer: It takes 8 bytes to store a 64 bit number.


What is the output of printf sizeof p where p is a pointer?

The amount of bytes required to store a pointer. Platform-dependent, often 2, 4 or 8.


How much data can be stored in a system that has a capacity of 232 bytes?

A system with a capacity of 232 bytes can store 4,294,967,296 bytes of data.