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++.
1.4m articles
1.4m replys
5 comments
57.0k users