1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
How many bytes are used in int
4 bytes
How many bytes are used in float
4 bytes
How many bytes are used in double
8 bytes
How many bytes are used in boolean
1 byte
How many bytes are used in char
1 byte
int stores
integersf
float stores
floating point numbers such as 19.99
double stores
floating point numbers with decimal 1.99999
char stores
single line characs
string stores
texts such as “hello world”
bool stores
values with two states: true or false