I have a question about Variable size argument functions. When using printf() a variable argument size function you do not need to give the number of arguments in the function call but when creating your own you must pass the number of arguments in the list. Is it possible to not pass the number of arguments like printf()? Thanks