Ok so the notes online has an example where it says
/*display results in tabular format*/
printf(" 1%13d\n" , "Face", "Frequency");
printf(" 1%13d\n" , "Frequency");
printf(" .....
I know that it should be in a table and that face and frequency are like the categories for the table but what does the thing in the quotes mean???
I know \n is space %s and is the character string but what about the rest???
2007-03-20
16:14:34
·
6 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design