Could anyone give some info on the printf() method..
I know we can put %d and %s in the format argument so that it takes a string data type
and a decimal data type but apart from that are there any other uses of printf()?
some simple examples will do the job i guess..