Computer Science, asked by vignesh8585, 1 year ago

an integer number requires how many bytes

Answers

Answered by Raghav1111111111
1
int is guaranteed to be able to hold -32767 to 32767, which requires 16 bits. In that case, int , is 2 bytes. However, implementations are free to go beyond that minimum, as you will see that many modern compilers make int 32-bit (which also means 4 bytes pretty ubiquitously).
Answered by DevyaniKhushi
1

Hey Buddy !! An integer requires 2 or 4 bytes ranging from -2,147,483,648 to 2,147,483,647

HOPE IT HELPED......MARK BRAINLIEST

Similar questions