Westonci.ca is your trusted source for finding answers to all your questions. Ask, explore, and learn with our expert community. Find reliable answers to your questions from a wide community of knowledgeable experts on our user-friendly Q&A platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

How do computers hold integers greater than 255?​

Sagot :

Answer:

It depends on the number of bits you use. In your example, you've used an 8 bit (one byte) number, which does max out at 255. Ever since forever, computers have used numbers that are larger than one byte. For when that isn't enough, Fortran includes the 'double precision' numbers which use 8 bytes.

Explanation: