Skip to main content

All Questions

Tagged with
1 vote
1 answer
113 views

what's the problem of passing parameters to void function in c?

In the C programming language, when you want to declare a function without parameters, you write its signature like this: int foo(void); When you want to declare a function with unspecified ...
David's user avatar
  • 53