Elementare Datentypen Flashcards

1
Q

ein Byte, ganze Zahl oder Zeichen, Wertebereich: -128, 127

A

char

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

zwei Byte, ganze Zahl, Wertebereich: -32768, 32767

A

short

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

zwei Byte, ganze Zahl, Wertebereich: 0, 65535

A

unsigned short

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

vier Byte, ganze Zahl, Wertebereich: -2147483648, 2147483647

A

int

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

vier Byte, ganze Zahl, Wertebereich: 0, 4294967295

A

unsigned int, Zeichen: u oder U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

acht Byte, ganze Zahl, Wertebereich: - 9223372036854775808, 9223372036854775807

A

long, Zeichen: l oder L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

acht Byte, ganze Zahl, Wertebereich: 0, 18446744073709551616

A

unsigned long, Zeichen: ul oder UL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

vier Byte, genaue Gleitpunktzahl

A

float, Zeichen: f oder F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

acht Byte, doppelt genaue Gleitpunktzahl

A

double

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

16 Byte, vierfach genaue Gleitpunktzahl

A

long double, Zeichen: l oder L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly