The document lists different data types and their bit sizes and value ranges. It provides information on char, int, short int, long int, float, double, and long double data types.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
31 views1 page
Tipos
The document lists different data types and their bit sizes and value ranges. It provides information on char, int, short int, long int, float, double, and long double data types.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Tipo bits Intervalo
char 8 -128 a 127
unsigned char 8 0 a 255 signed char 8 -128 a 127 int 16 -32 768 a 32 767 unsigned int 16 0 a 65535 signed int 16 igual que int short int 8 -128 a 127 unsigned short int 8 0 a 255 signed short int 8 igual que short int -2 147 483 648 a 2147 483 long int 32 647 -2 147 483 648 a 2 147 483 signed long int 32 647 unsigned long int 32 0 a 4 294 967 296 float 32 3.4E-38 a 3.4E+38 double 64 1.7E-308 a 1.7E+308 3.4E-4932 a 3.4E+4932 long double 128 (aprox. 24 dígitos de precisión)