Level 90
Level 92
13 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?
(char)
%c
(int)
%d
(short)
%hd
(long)
%ld
%lld
(long long)
%u
Int sin signos, 2 bytes
%hu
(unsigned short)
%lu
(unsigned long)
%llu
(unsigned long long)
(float)
%f
The placeholder for a double type
%lf
(string)
%s
%%
(prints %)