- #1
Maged Saeed
- 123
- 3
As I know each function can have no parameter this function is called void function ,for example main function, also there is some functions which has one or more parameters either input or output , the number of parameters should be specified in the function prototype and function definition.
My question is that what is the printf function parameters since the number of parameters isn't specified? "I can input as much parameters as I want"I mean what is the prototype of the printf function or its definition ?
I have opened include library ,which printf function is included , but I found that there is three dots "..." what is that refers to
look at the picture of printf prototype!
Could anyone explain!View attachment 3607
My question is that what is the printf function parameters since the number of parameters isn't specified? "I can input as much parameters as I want"I mean what is the prototype of the printf function or its definition ?
I have opened include library ,which printf function is included , but I found that there is three dots "..." what is that refers to
look at the picture of printf prototype!
Could anyone explain!View attachment 3607