Example Programs in C
Learn C along with me.
Sunday, March 10, 2013
C format specifiers
Format Specifiers in C
%i or %d
int
%c
char
%f
float
%lf
double
%s
string
%hi
short
%ld
long int
%d,%hu
unsinged short
%u
unsinged int
\n (newline)
\t (tab)
\v (vertical tab)
\f (new page)
\b (backspace)
\r (carriage return)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment