On Nov 3, 2007 8:18 AM, 磊 王 <[EMAIL PROTECTED]> wrote: > I am learning C programinglanguage.What is the different between %c and %s?
I assume you are talking the format specifiers in the printf family of
functions...
%c = print a single char
%s = print a string
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
