Possible Duplicate:
What is the signature of printf?
I know that there will be an argument list for every function. if we pass the arguments more than no.of variables mentioned in the argument list then it gives an error.but my question is
Printf() function also has argument list and eventhough we give 'n' no.of arguments the printf() function doesnt fails then
i want to know wht will be used in argument list section of printf() which takes infinate argument list?