C Flashcards

1
Q

char

A

1 byte, 8 bits

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

short

A

2 bytes, 16 bits

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

int

A

4 bytes, 32 bits

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

long

A

8 bytes, 64 bits

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

int32_t

A

4 bytes, 32 bits

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

int64_t

A

8 bytes, 64 bits

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

char *

A

pointer, 8 byte (in 64 bit arch, size of address)

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

float

A

4 bytes, 32 bits (for storing floating point number)

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

double

A

8 bytes, 64 bits (for storing large floating point number)

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