int func(x) int x; { .............
What is this kind of declaration called?
When is it valid/invalid including C or C++, certain standard revisions and compilers?
That is K&R C parameter declaration syntax, which is valid in ANSI C but not in C++.
2.1m questions
2.1m answers
60 comments
57.0k users