Computer Science, asked by manpreetanand722, 7 months ago

Integer type value occupies_________ bytes in the memory

Answers

Answered by arushigupta52
3

Answer:

Integers are commonly stored using a word of memory, which is 4 bytes or 32 bits, so integers from 0 up to 4,294,967,295 (232 - 1) can be stored. Below are the integers 1 to 5 stored as four-byte values (each row represents one integer).

Similar questions