Specifiers Flashcards

1
Q

%c

A

single character

Char

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

%d

A

signed decimal integer

Int, short

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

%ld

A

signed long decimal integer

long

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

%ld

A

signed long decimal integer

long

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

%f

A

decimal floating-point number

float, double

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

%s

A

character string

Char arrays

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

%s

A

character string

Char arrays

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

%u

A

unsigned decimal integer

unsigned int, unsigned short

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

%lu

A

unsigned long decimal integer

unsigned long

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