- #141
Mark44
Mentor
- 37,787
- 10,176
This is the declaration or prototype of a function with two int arguments, and that returns an int value. In a declaration, the names of the parameters are optional, but in the actual definition, the names are required.yungman said:I don't think I learn fun(int, int) type, what is this?