How to tell, in C, if parameters to a function are provided?

后端 未结 0 1842
[愿得一人]
[愿得一人] 2021-01-24 07:37

In C, when you declare a function without parameters, that function can accept any number of parameters. Example:

int sum() {
  // some code
}

int subs(void) {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题