2960 (c specifiers)

item format comment
%d(%i) signed int,(short,long) decimal
%u unsigned int positive decimal
%x,%X unsigned int hexadecimal
%o unsigned int octal
%c char single character
%s array of char string(sequence of chacters)
%f signed float,double floating point
%e,%E float,double floating point(exponential)
%g,%G float,double {([%f or %e])}
%p ? pointer address stored in pointer