Level 29
Level 31
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
int
define integer
long int
32 bit minimum
long long int
64 bit minimum
unsigned int
16 bit minimum
float
support fractional values and has a sign bit for positive and negative numbers.
Double
Tipo reales de doble precisi¾n
long double
10 degrees of minimum precision
char
a character
unsigned char
same as char, except makes sure that sign extension does not occur as a result of integral promotion
signed char
same as char, except it DOES make sure that sign extension occurs as a result of integral promotion
_Bool
bool type, large enough to store 0 or 1
float _Complex
complex number
double _Complex
extended accuracy complex number
long double _Complex
extra extended accuracy complex number
Void
Funci¾n con resultado vacio