answersLogoWhite

0


Best Answer

how many bytes are there in a 64-bit machine?

Another Answer:

It takes 8 bytes to store a 64 bit number.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many bytes are used to store a 64-bit number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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

four


How many bytes are needed to store 'n'?

Three: ' n '


How many bytes is a double variable?

There are 8 bytes in a double


How many bytes does an Boolean take in a c program?

There is no boolean in C, we usually use int/short/char to store logical values.


How many bits are required to store AR in computer memory?

In ASCII code, each letter, number or punctuation mark takes one byte, or 8 bits. That gives you 256 discrete combinations. Two letters take 2 bytes, or 16 bits.