Why does C\'s printf format string have both %c and %s?
%c
%s
I know that %c represents a single character and %s repre
C has the %c and %s format specifiers because they handle different types.
A char and a string are about as different as night and 1.
char