answersLogoWhite

0

A double byte is two bytes.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Is Russian double byte?

Yes


What will be the maximum size of a double variable?

8


What is the significance of 'sizeof' operator in C?

size of operater - is used to print the size in byte of your data types such as(int, char, float, double etc.) depend upon your different types of data types. and compilersEXAMPLES#include#includeint main(){int i;char ch;float f;double d;long double l;printf("\nsize of integer is %d byte",sizeof(i));printf("\nsize of character is %d byte",sizeof(ch));printf("\nsize of float is %d byte",sizeof(f));printf("\nsize of double is %d byte",sizeof(d));printf("\nsize of long is %d byte",sizeof(l));getch();}Made by (ARUN KUMAR RAI).


What is meant by wrapper classes?

Java has several "primitive" types (byte, short, int, float, double, boolean, char). Wrapper classes refer to the classes which "wrap up" each of these. For example, the Byte class contains a byte primitive and the methods to modify the class.


What are tose primitive data types?

byte, short, int, long, char, float, double, boolean


What are 8 examples of data types?

byte short long int char float double boolean


How many bytes are in the word question?

A Word is of 3 Types. 1. Half Word- It is 16 bit or 1 byte long 2. Double Word or DWORD- It is 32 Bit or 2 byte long 3. Quad Word or QWORD- it is 64 bit or 8 byte long


What is difference between a 'byte' and a 'byte'?

I believe you meant difference between a bit and a byte. A byte is 8 bits.


How many nibbles are in a byte?

There are two nibbles in a byte.


How bits are in a byte?

Eight bits are in one byte


How big is a pectrol byte?

1024 amos byte = 1 pectrol byte


Which is greater byte or bit?

Byte, since there are 8 bits in every byte